Get a Project

GET

Retrieves information about the specified project

Path parameters

project_idstringRequired

The unique identifier of the project

Query parameters

limitintegerOptional>=1<=1000Defaults to 10

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

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

pageintegerOptional

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

Response

A project

project_idstringOptional

The unique identifier of the project

namestringOptional

The name of the project

Errors

Built with