Retrieve protocol of a lean study demand.

GET {{baseUrl}}/LeanStudyDemands({{ID}})/protocol?$select=ID,study_ID&$expand=,

Request Params

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"ID":"\u003cuuid\u003e","protocolID":"\u003cstring\u003e","comment":"\u003cstring\u003e","study":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.Studies detected\u003e"},"study_ID":"\u003cuuid\u003e"}