GET PlanCare2Api/TransferReports?fromDate={fromDate}&untilDate={untilDate}&groupcalendarId={groupcalendarId}
Gets the transfer reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fromDate |
The from date to fetch reports |
date |
Required |
| untilDate |
The until date to fetch reports |
date |
Required |
| groupcalendarId |
The identity that the transfer report has |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a list of requested transfer reports
Collection of TransferReport| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessUserId |
The user id. For reading purposes only. |
integer |
None |
| AccessUserName |
The user name. For reading purposes only. |
string |
None |
| ShiftId |
The id of the shift. |
integer |
Required |
| ShiftName |
The name of the shift. For reading purposes only. |
string |
None |
| DisciplineId |
The id of the discipline. |
integer |
Required |
| DisciplineName |
The name of the discipline. For reading purposes only. |
string |
None |
| Calendar |
The name of the calendar. For reading purposes only. |
string |
None |
| Subject |
The subject of the report. |
string |
Required |
| Description |
The description of the report. |
string |
Required |
| GroupCalendarId |
The id of the group calendar. |
integer |
Required |
| TransferReportDate |
The date for the transfer report. |
date |
Required |
| Id |
The internal Id of the report. |
integer |
Required |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.