List Project Requests

GET

Generates a list of requests for a specific project

Path parameters

project_idstringRequired

The unique identifier of the project

Query parameters

startdatetimeOptional

Start date of the requested date range. Formats accepted are YYYY-MM-DD, YYYY-MM-DDTHH:MM:SS, or YYYY-MM-DDTHH:MM:SS+HH:MM

enddatetimeOptional

End date of the requested date range. Formats accepted are YYYY-MM-DD, YYYY-MM-DDTHH:MM:SS, or YYYY-MM-DDTHH:MM:SS+HH:MM

limitintegerOptional>=1<=1000Defaults to 10

Number of results to return per page. Default 10. Range [1,1000]

pageintegerOptional

Navigate and return the results to retrieve specific portions of information of the response

Response

A list of requests for a specific project

pageintegerOptional

The page number of the paginated response

limitintegerOptional

The number of results per page

requestslist of objectsOptional

Errors

Built with