Retrieve a single study type.

GET {{baseUrl}}/StudyTypes('{{ID}}')?$select=sort_num,isObsolete&$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","description":"\u003cstring\u003e","isObsolete":false,"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"}}