Retrieve a list of study timeline treatments.

GET {{baseUrl}}/StudyTimelineTreatments?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=description desc,treatment_ID desc&$select=dispensationEvent_ID,description&$expand=kitTypes,*

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
$expandstringExpand related entities, see Expand

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;value&quot;:[{&quot;dispensationEvent_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;period_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatmentID&quot;:&quot;\u003cstring\u003e&quot;,&quot;treatment_num&quot;:&quot;\u003cinteger\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;kitTypes&quot;:[{&quot;dispensationEvent_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;kitTypeAssignment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;kitType_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;quantity&quot;:&quot;\u003cinteger\u003e&quot;,&quot;validFrom&quot;:&quot;\u003cdate\u003e&quot;,&quot;validTo&quot;:&quot;\u003cdate\u003e&quot;,&quot;kitTypeID&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;},{&quot;dispensationEvent_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;kitTypeAssignment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;kitType_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;quantity&quot;:&quot;\u003cinteger\u003e&quot;,&quot;validFrom&quot;:&quot;\u003cdate\u003e&quot;,&quot;validTo&quot;:&quot;\u003cdate\u003e&quot;,&quot;kitTypeID&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}],&quot;kitTypes@odata.count&quot;:&quot;\u003cnumber\u003e&quot;},{&quot;dispensationEvent_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;period_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatmentID&quot;:&quot;\u003cstring\u003e&quot;,&quot;treatment_num&quot;:&quot;\u003cinteger\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;kitTypes&quot;:[{&quot;dispensationEvent_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;kitTypeAssignment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;kitType_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;quantity&quot;:&quot;\u003cinteger\u003e&quot;,&quot;validFrom&quot;:&quot;\u003cdate\u003e&quot;,&quot;validTo&quot;:&quot;\u003cdate\u003e&quot;,&quot;kitTypeID&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;},{&quot;dispensationEvent_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;treatment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;kitTypeAssignment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;kitType_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;quantity&quot;:&quot;\u003cinteger\u003e&quot;,&quot;validFrom&quot;:&quot;\u003cdate\u003e&quot;,&quot;validTo&quot;:&quot;\u003cdate\u003e&quot;,&quot;kitTypeID&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}],&quot;kitTypes@odata.count&quot;:&quot;\u003cnumber\u003e&quot;}]}