Retrieve a list of assigned treatments of a study treatment schedule.

GET {{baseUrl}}/StudyTreatmentSchedules({{ID}})/assignedTreatments?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=dispensationEventID,dispensationEventID desc&$select=treatmentAssignment_ID,dispensationEvent_ID

Request Params

KeyDatatypeRequiredDescription
$topstringShow only the first n items, see Paging - Top
$skipstringSkip the first n items, see Paging - Skip
$searchstringSearch items by search phrases, see Searching
$filterstringFilter items by property values, see Filtering
$countstringInclude count of items, see Count
$orderbystringOrder items by property values, see Sorting
$selectstringSelect properties to be returned, see Select

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;value&quot;:[{&quot;schdule_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatmentPeriod_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatmentPeriodID&quot;:&quot;\u003cstring\u003e&quot;,&quot;treatmentPeriod_description&quot;:&quot;\u003cstring\u003e&quot;,&quot;isDispensationPeriod&quot;:&quot;\u003cboolean\u003e&quot;,&quot;dispensationEvent_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;dispensationEventID&quot;:&quot;\u003cstring\u003e&quot;,&quot;dispensationEvent_description&quot;:&quot;\u003cstring\u003e&quot;,&quot;treatmentAssignment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatmentID&quot;:&quot;\u003cstring\u003e&quot;,&quot;treatment_description&quot;:&quot;\u003cstring\u003e&quot;},{&quot;schdule_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatmentPeriod_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatmentPeriodID&quot;:&quot;\u003cstring\u003e&quot;,&quot;treatmentPeriod_description&quot;:&quot;\u003cstring\u003e&quot;,&quot;isDispensationPeriod&quot;:&quot;\u003cboolean\u003e&quot;,&quot;dispensationEvent_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;dispensationEventID&quot;:&quot;\u003cstring\u003e&quot;,&quot;dispensationEvent_description&quot;:&quot;\u003cstring\u003e&quot;,&quot;treatmentAssignment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatmentID&quot;:&quot;\u003cstring\u003e&quot;,&quot;treatment_description&quot;:&quot;\u003cstring\u003e&quot;}]}