Projects
Get specific project
Returns the full representation of a project by id, including all of its work entries.
GET
Get specific project
Getting a project
Returns the full representation of a project, including every work entry recorded on it — billed as well as unbilled. Alongside the work entries, the response carries the aggregated values of the project:unbilledValue— the sum value of all unbilled work entries in centsbilledValue— the sum value of all invoices created from this project in centstotalValue— the sum of bothtotalMinutesSpentandunbilledMinutesSpent— the time recorded on hourly work entries
Authorizations
API token for authentication. Obtain from your Infinity account settings.
Path Parameters
The id of the specific project.
Response
The project is returned.
A project collects the work performed for a client, which can then be billed on invoices.
Get specific project