Skip to main content
GET
Get allocation dates
A resource allocation for a member or placeholder.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The allocation uuid.

Query Parameters

start
string<date>

A filter in the format YYYY-MM-DD. This will match dates on and after (>=) the date specified. If only end is provided, start will default to 1000 days before end.

end
string<date>

A filter in the format YYYY-MM-DD. This will match dates on and before (<=) the date specified.

Response

200

results
object[]

The list of results for the current page.

hasMore
boolean

Whether there are more results available after this page.