Retrieve therapeutic area of a study.
GET {{baseUrl}}/Studies({{ID}})/therapeuticArea?$select=ID,therapeuticAreaDescription&$expand=texts,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","sort_num":"\u003cinteger\u003e","ID":"\u003cstring\u003e","therapeuticAreaDescription":"\u003cstring\u003e","isObsolete":false,"texts":[{"ID_texts":"\u003cuuid\u003e","locale":"\u003cstring\u003e","ID":"\u003cstring\u003e","therapeuticAreaDescription":"\u003cstring\u003e"},{"ID_texts":"\u003cuuid\u003e","locale":"\u003cstring\u003e","ID":"\u003cstring\u003e","therapeuticAreaDescription":"\u003cstring\u003e"}],"texts@odata.count":"\u003cnumber\u003e","localized":{"ID_texts":"\u003cuuid\u003e","locale":"\u003cstring\u003e","ID":"\u003cstring\u003e","therapeuticAreaDescription":"\u003cstring\u003e"}}