Retrieve a list of study transitions.

GET {{baseUrl}}/StudyTransitions?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=startStatus_code,createdAt&$select=ID,startStatus_code&$expand=toStatus,toStatus

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;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cstring\u003e&quot;,&quot;startStatus&quot;:{&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;smEnable&quot;:false,&quot;dfEnable&quot;:false,&quot;kitIDGenerateEnable&quot;:false,&quot;pushSupplyPlanningEnable&quot;:false,&quot;IRTImportEnable&quot;:false,&quot;distributionEnable&quot;:false,&quot;protocalIdEnable&quot;:false,&quot;deletionEnable&quot;:false,&quot;studyCompleted&quot;:false,&quot;localized&quot;:{&quot;ID_texts&quot;:&quot;\u003cuuid\u003e&quot;,&quot;locale&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}},&quot;startStatus_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;toStatus&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTransitionStatuses detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTransitionStatuses detected\u003e&quot;}],&quot;toStatus@odata.count&quot;:&quot;\u003cnumber\u003e&quot;},{&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cstring\u003e&quot;,&quot;startStatus&quot;:{&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;smEnable&quot;:false,&quot;dfEnable&quot;:false,&quot;kitIDGenerateEnable&quot;:false,&quot;pushSupplyPlanningEnable&quot;:false,&quot;IRTImportEnable&quot;:false,&quot;distributionEnable&quot;:false,&quot;protocalIdEnable&quot;:false,&quot;deletionEnable&quot;:false,&quot;studyCompleted&quot;:false,&quot;localized&quot;:{&quot;ID_texts&quot;:&quot;\u003cuuid\u003e&quot;,&quot;locale&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}},&quot;startStatus_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;toStatus&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTransitionStatuses detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.StudyTransitionStatuses detected\u003e&quot;}],&quot;toStatus@odata.count&quot;:&quot;\u003cnumber\u003e&quot;}]}