Retrieve a single study treatment switch.

GET {{baseUrl}}/StudyTreatmentSwitches({{ID}})?$select=ID,fromPeriod_ID&$expand=fromPeriod,*

Request Params

KeyDatatypeRequiredDescription
$selectstringSelect properties to be returned, see Select
$expandstringExpand related entities, see Expand

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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