Retrieve distr template id of a study.
GET {{baseUrl}}/Studies({{ID}})/distrTemplateId?$select=ID,description
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$select | string | Select properties to be returned, see Select |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"ID":"\u003cstring\u003e","description":"\u003cstring\u003e"}