Retrieve a list of switches of a study treatment schedule.
GET {{baseUrl}}/StudyTreatmentSchedules({{ID}})/switches?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=fromPeriod_BK,treatmentSchedule_ID desc&$select=ID,fromPeriod_ID&$expand=fromPeriod,*
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","switchID":"\u003cstring\u003e","switchRate":"\u003cnumber\u003e","fromPeriod_BK":"\u003cstring\u003e","toPeriod_BK":"\u003cstring\u003e","treatmentSchedule":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTreatmentSchedules detected\u003e"},"treatmentSchedule_ID":"\u003cuuid\u003e","fromTreatmentGroup":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTreatmentGroups detected\u003e"},"fromTreatmentGroup_ID":"\u003cuuid\u003e","toTreatmentGroup":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTreatmentGroups detected\u003e"},"toTreatmentGroup_ID":"\u003cuuid\u003e","fromPeriod":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTreatmentPeriods detected\u003e"},"fromPeriod_ID":"\u003cuuid\u003e","toPeriod":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTreatmentPeriods detected\u003e"},"toPeriod_ID":"\u003cuuid\u003e"},{"ID":"\u003cuuid\u003e","switchID":"\u003cstring\u003e","switchRate":"\u003cnumber\u003e","fromPeriod_BK":"\u003cstring\u003e","toPeriod_BK":"\u003cstring\u003e","treatmentSchedule":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTreatmentSchedules detected\u003e"},"treatmentSchedule_ID":"\u003cuuid\u003e","fromTreatmentGroup":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTreatmentGroups detected\u003e"},"fromTreatmentGroup_ID":"\u003cuuid\u003e","toTreatmentGroup":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTreatmentGroups detected\u003e"},"toTreatmentGroup_ID":"\u003cuuid\u003e","fromPeriod":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTreatmentPeriods detected\u003e"},"fromPeriod_ID":"\u003cuuid\u003e","toPeriod":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTreatmentPeriods detected\u003e"},"toPeriod_ID":"\u003cuuid\u003e"}]}