Skip to main content
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 cents
  • billedValue — the sum value of all invoices created from this project in cents
  • totalValue — the sum of both
  • totalMinutesSpent and unbilledMinutesSpent — the time recorded on hourly work entries

Authorizations

x-api-token
string
header
required

API token for authentication. Obtain from your Infinity account settings.

Path Parameters

projectId
string
required

The id of the specific project.

Response

The project is returned.

project
Project · object

A project collects the work performed for a client, which can then be billed on invoices.