Retrieve a list of study treatment schedule treatments.
GET {{baseUrl}}/StudyTreatmentScheduleTreatments?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=dispensationEventID,dispensationEventID desc&$select=treatmentAssignment_ID,dispensationEvent_ID
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$top | string | Show only the first n items, see Paging - Top | |
$skip | string | Skip the first n items, see Paging - Skip | |
$search | string | Search items by search phrases, see Searching | |
$filter | string | Filter items by property values, see Filtering | |
$count | string | Include count of items, see Count | |
$orderby | string | Order items by property values, see Sorting | |
$select | string | Select properties to be returned, see Select |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"@odata.count":"\u003cnumber\u003e","value":[{"schdule_ID":"\u003cuuid\u003e","treatmentPeriod_ID":"\u003cuuid\u003e","treatmentPeriodID":"\u003cstring\u003e","treatmentPeriod_description":"\u003cstring\u003e","isDispensationPeriod":"\u003cboolean\u003e","dispensationEvent_ID":"\u003cuuid\u003e","dispensationEventID":"\u003cstring\u003e","dispensationEvent_description":"\u003cstring\u003e","treatmentAssignment_ID":"\u003cuuid\u003e","treatmentID":"\u003cstring\u003e","treatment_description":"\u003cstring\u003e"},{"schdule_ID":"\u003cuuid\u003e","treatmentPeriod_ID":"\u003cuuid\u003e","treatmentPeriodID":"\u003cstring\u003e","treatmentPeriod_description":"\u003cstring\u003e","isDispensationPeriod":"\u003cboolean\u003e","dispensationEvent_ID":"\u003cuuid\u003e","dispensationEventID":"\u003cstring\u003e","dispensationEvent_description":"\u003cstring\u003e","treatmentAssignment_ID":"\u003cuuid\u003e","treatmentID":"\u003cstring\u003e","treatment_description":"\u003cstring\u003e"}]}