GET PlanCare2Api/Projects/pcd/{projectId}/CareTrajects?referenceDate={referenceDate}
Fetch care trajects that are available to a project at a certain date and contract
Requires 'Start' permission for function RegistrationOverview {2C05CECA-9B4D-4159-86C6-B39F4E167D86}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId |
The Base64 encoded identifier of the project |
string |
Required |
| referenceDate |
The reference date |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PcdCareTraject| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The id of the pcd care traject |
integer |
None |
| DbcId |
The id of the pcd care traject |
integer |
None |
| Name |
The name of the pcd care traject |
string |
None |
| StartDate |
The start date of the pcd care traject |
date |
None |
| EndDate |
The end date of the pcd care traject |
date |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.