CapacitiesUsedReferenceRequest
GET {{base_url}}/CapacitiesUsedReferenceRequest?Id={{integer}}
Retrieves a list of capacity used records based on a task resource identifier.
Requires Authentication
Yes
Returns
List [CapacityUsed]
Batch?
Yes
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Id | string | Required. | |
(int32) | |||
The reference identifier of the capacity used record. | |||
Today | string | Optional. | |
The flag that indicates whether or not the data for today wants to be returned. | |||
If true, the data for today wants to be returned. Otherwise, it does not. | |||
Date | string | Optional. | |
(date-time) | |||
The date and time stamp for when the return bookings are specified. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |
RESPONSES
status: OK
[{"Id":17661570,"ReferenceId":395165,"ResourceId":35879,"DayDate":"2022-10-04T08:00:00.000Z","HoursUsed":0.5,"CreateDate":"2022-09-29T14:20:24.250Z","StartTimeFixed":0},{"Id":17661571,"ReferenceId":395165,"ResourceId":35879,"DayDate":"2022-10-05T08:15:00.000Z","HoursUsed":0.5,"CreateDate":"2022-09-29T14:20:24.250Z","StartTimeFixed":0}]