Retrieve study phase of a study.

GET {{baseUrl}}/Studies({{ID}})/studyPhase?$select=createdBy,sort_num&$expand=texts,localized

Request Params

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"createdAt":"\u003cdateTime\u003e","createdBy":"\u003cstring\u003e","modifiedAt":"\u003cdateTime\u003e","modifiedBy":"\u003cstring\u003e","sort_num":"\u003cinteger\u003e","ID":"\u003cstring\u003e","isObsolete":false,"description":"\u003cstring\u003e","texts":[{"ID_texts":"\u003cuuid\u003e","locale":"\u003cstring\u003e","ID":"\u003cstring\u003e","description":"\u003cstring\u003e"},{"ID_texts":"\u003cuuid\u003e","locale":"\u003cstring\u003e","ID":"\u003cstring\u003e","description":"\u003cstring\u003e"}],"texts@odata.count":"\u003cnumber\u003e","localized":{"ID_texts":"\u003cuuid\u003e","locale":"\u003cstring\u003e","ID":"\u003cstring\u003e","description":"\u003cstring\u003e"}}