Actual work per project

Returns actual work seconds submitted per project. This endpoint provides the same actuals data (planned can be obtained with the /reports/projects-planned endpoint) that https://use.operating.app/reports/planned-vs-actual-projects uses as the base of it's calculations. Grouping and filtering by type of work should be handled by the API consumer.

The response is an array of time blocks of weeks or months as specified by the timeUnit parameter. Each time block contains an array of projects, where each project element details the actual work seconds submitted for the project in that specific time block. Each project object also includes a breakdown of actual seconds submitted per person within that time block for that project.

The time range requested can start or end in the middle of a block resulting in a partial block. If the range starts or ends in the middle of a block, the response will include that partial block as a full entry, but with data limited to the specified timeRangeStart and timeRangeEnd parameters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

The currency to use for the response. Defaults to the tenant's default currency if not provided. Must be a currency in use by the tenant.

string

Only include projects with the given ID.

string

Only include projects with the given client ID.

string

Only include projects with the given tag ID.

string

Only include projects with the given client tag ID.

string

Only include projects with the given site ID.

string

Only include projects with the given group ID.

string

Only include projects with the given status ID.

string

Only include allocations in calculations with the given status ID.

string
enum
required

The unit of time that the timeline will be broken down into.

Allowed:
string

The start of the time range in YYYY-MM-DD. Maximum range of 2 years.

string

The end of the time range in YYYY-MM-DD. Maximum range of 2 years.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json