Retrieve a list of study dispensation treatment assignments.
GET {{baseUrl}}/StudyDispensationTreatmentAssignments?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=ID desc,ID&$select=treatment_BK,treatmentDispensationEvent_ID&$expand=*,treatment
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 | |
$expand | string | Expand related entities, see Expand |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"@odata.count":"\u003cnumber\u003e","value":[{"ID":"\u003cuuid\u003e","treatment_BK":"\u003cstring\u003e","treatmentDispensationEvent":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTreatmentDispensationEvents detected\u003e"},"treatmentDispensationEvent_ID":"\u003cuuid\u003e","treatment":{"createdAt":"\u003cdateTime\u003e","createdBy":"\u003cstring\u003e","modifiedAt":"\u003cdateTime\u003e","modifiedBy":"\u003cstring\u003e","ID":"\u003cuuid\u003e","treatmentID":"\u003cstring\u003e","description":"\u003cstring\u003e","scenario":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.Scenarios detected\u003e"},"scenario_ID":"\u003cuuid\u003e","study":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.Studies detected\u003e"},"study_ID":"\u003cuuid\u003e","kitTypeAssignments":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"kitTypeAssignments@odata.count":"\u003cnumber\u003e"},"treatment_ID":"\u003cuuid\u003e"},{"ID":"\u003cuuid\u003e","treatment_BK":"\u003cstring\u003e","treatmentDispensationEvent":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTreatmentDispensationEvents detected\u003e"},"treatmentDispensationEvent_ID":"\u003cuuid\u003e","treatment":{"createdAt":"\u003cdateTime\u003e","createdBy":"\u003cstring\u003e","modifiedAt":"\u003cdateTime\u003e","modifiedBy":"\u003cstring\u003e","ID":"\u003cuuid\u003e","treatmentID":"\u003cstring\u003e","description":"\u003cstring\u003e","scenario":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.Scenarios detected\u003e"},"scenario_ID":"\u003cuuid\u003e","study":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.Studies detected\u003e"},"study_ID":"\u003cuuid\u003e","kitTypeAssignments":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"kitTypeAssignments@odata.count":"\u003cnumber\u003e"},"treatment_ID":"\u003cuuid\u003e"}]}