| GET | /client/OrderDispo/Active |
|---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /client/OrderDispo/Active HTTP/1.1 Host: api.helferportal.de Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
[{"Id":0,"WorkflowStatusId":0,"WorkflowStatus":"Details","StatusId":0,"PersonInNeed":0,"PersonGivenHelp":0,"OrderId":0,"OrderSeriesId":0,"CreatedDate":"\/Date(-62135596800000-0000)\/","OrderDate":"\/Date(-62135596800000-0000)\/","OrderDateFrom":"\/Date(-62135596800000-0000)\/","OrderDateTill":"\/Date(-62135596800000-0000)\/","HourNeeded":0,"OrderDescription":"String","InterviewDate":"\/Date(-62135596800000-0000)\/","InterviewNotes":"String","Canceled":false,"CanceledByInactivity":false,"IsDeleted":false,"DeletionReason":"String","EmergencySearch":false,"SelfPayer":false,"DistanceKm":0,"AvoidSendingNotification":false,"BilledApproach":false,"Clerk":0,"ClerkInitials":"String","CreatorInitials":"String","BillingComplete":false,"CreditingComplete":false,"FrequencyName":"String","AcceptedNotifiedHelper":0,"DeclinedNotifiedHelper":0,"SumNotifiedHelper":0,"EmergencyOverdue":false,"NormalOverdue":false,"IsDispoCoordinated":false,"FilterOnLanguages":"String","GoingToTheToilet":false,"SkillDescription":"String"}]