GET PlanCare2Api/ClientAttentions?clientId={clientId}
Retrieve all attentions for the selected client.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId |
The client for whom to fetch the attentions. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of attentions.
Collection of ClientAttention| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientAttentionId |
The Id of the attention |
integer |
None |
| ClientId |
The Id of the client |
integer |
None |
| Description |
The description of the attention |
string |
None |
| StartDate |
The start date |
date |
None |
| EndDate |
The end date |
date |
None |
| CreatedByUsername |
The name of the relation that created the attention |
string |
None |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: