v1
latestSwagger 2.02026-08-061791731.4 MBLaboratory
{{baseUrl}}/persons/:personId/chart/lab/orders/:orderId/schedule
Get the schedule details for the specified person id and order id.
get/persons/{personId}/chart/lab/orders/{orderId}/schedule
Path parameters
personIdstring required
(Required) (Required) The id of the person whose order schedule is being retrieved.
orderIdstring required
(Required) (Required) The id of the order whose schedule is being retrieved.
Headers
Acceptstring required
Response
OK
Example response
{
"id": "<string>",
"personId": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"orderId": "<string>",
"orderType": "<string>",
"isFutureOrder": "<string>",
"scheduleType": "<string>",
"startDate": "<string>",
"endDate": "<string>",
"interval": "<string>",
"timespan": "<string>",
"createdBy": "<string>",
"createTimestamp": "<string>",
"nextDueDate": "<string>",
"modifiedBy": "<string>",
"isAutoReleasable": "<string>",
"maxOccurrence": "<string>",
"stopDate": "<string>",
"stopReason": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}