Retrieve a single study treatment schedule treatment.

GET {{baseUrl}}/StudyTreatmentScheduleTreatments({{schdule_ID}})?$select=treatmentAssignment_ID,dispensationEvent_ID

Request Params

KeyDatatypeRequiredDescription
$selectstringSelect properties to be returned, see Select

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"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"}