GET PlanCare2Api/CareRegistration/RiskCards/Actual?clientId={clientId}
Gets the actual RiskCard for the specified client
Requires 'Read' permission for function ClientCardRiskCard {8FCB802F-C125-4B15-B953-5F577E76CC7B}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId |
The clientId to obtain the actual RiskCard for. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The requested actual RiskCard or null if not exists
RiskCard| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The id of the Riskcard |
integer |
None |
| ActualDate |
The date the status of the Riskcard is set to Actual |
date |
None |
| HistoricalDate |
The date the status of the Riskcard is set to Historical |
date |
None |
| StatusDescription |
The status of the Riskcard as text |
string |
None |
| Categories |
The Riskcard categories |
Collection of RiskCardCategory |
None |
| TemplateName |
The name of the Riskcard template |
string |
None |
| MadeToDateByUsername |
The name of the person who set the status of the Riskcard to Actual |
string |
None |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: