CapacitiesUsedReferenceRequest

GET {{base_url}}/CapacitiesUsedReferenceRequest?Id={{integer}}

Retrieves a list of capacity used records based on a task resource identifier.

API
Capacity Used API

Requires Authentication
Yes

Returns
List [CapacityUsed]

Batch?
Yes

Request Params

KeyDatatypeRequiredDescription
IdstringRequired.
(int32)
The reference identifier of the capacity used record.
TodaystringOptional.
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.
DatestringOptional.
(date-time)
The date and time stamp for when the return bookings are specified.

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired.
The type of content accepted by the API endpoint.
Content-TypestringRequired.
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}]