Retrieve transition status (to-status) of a study status transition.
GET {{baseUrl}}/StudyTransitionStatuses({{ID}})/transitionStatus?$select=modifiedAt,createdBy&$expand=localized,localized
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$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
{"createdAt":"\u003cdateTime\u003e","createdBy":"\u003cstring\u003e","modifiedAt":"\u003cdateTime\u003e","modifiedBy":"\u003cstring\u003e","code":"\u003cstring\u003e","description":"\u003cstring\u003e","smEnable":false,"dfEnable":false,"kitIDGenerateEnable":false,"pushSupplyPlanningEnable":false,"IRTImportEnable":false,"distributionEnable":false,"protocalIdEnable":false,"deletionEnable":false,"studyCompleted":false,"localized":{"ID_texts":"\u003cuuid\u003e","locale":"\u003cstring\u003e","code":"\u003cstring\u003e","description":"\u003cstring\u003e"}}