GET PlanCare2Api/DynamicData/ClientProtocols?clientlist={clientlist}
Gets relevant common and client protocols by a list of unique client identifiers
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientlist |
The list of client identifiers seperated by comma to obtain the protocols for |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Common and client protocols by client, type, name and content
Collection of ClientProtocolsResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Clientid |
Identifier of the client |
integer |
None |
| Clientprotocolid |
Identifier of the clientprotocol (only for type "clientprotocol") |
integer |
None |
| Name |
Name of the protocol |
string |
None |
| Arrangement |
Name of the arrangement (if applied) |
string |
None |
| Activity |
Name of the protocol (if applied) |
string |
None |
| Type |
Type of the protocol. Possible values are "clientprotocol" (which is a clientprotocol optionaly applied to an activity in the arrangement) and "Common" (which is a common protocol applied to an activity). |
string |
None |
| Validfrom |
The date from which the protocol is valid |
date |
None |
| Validuntil |
The date to which the protocol is valid |
date |
None |
| Protocol |
Content of de protocol in RTF |
string |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.