GET Api/TimeRegistration/Duty?locationId={locationId}&startDate={startDate}
returns all duties for a specific location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | integer |
Required |
|
| startDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TimeRegistrationDuty| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TaskId | integer |
None. |
|
| Name | string |
None. |
|
| ExtraField1 | string |
None. |
|
| ExtraField2 | string |
None. |
|
| ExtraField3 | string |
None. |
|
| ExtraField4 | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.