Skip to main content
GET
Find work entries

Finding work entries

Returns the work entries of a single project, most recent first. Set billed to false to list only the work that is still waiting to be invoiced, or to true to list the work that has already been billed. Omit it to receive both.
Like all list endpoints of the Infinity API, this endpoint returns at most 30 work entries by default. Use limit and skip to page through projects with more work entries than that.

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 project the work entries belong to.

Query Parameters

limit
number
default:30

Pagination limit. Defaults to 30, maximum 200.

Required range: x <= 200
skip
number

Pagination offset for the results.

billed
boolean

When set, filters to only billed or only unbilled work entries.

Response

Successfully returns the list of work entries.

workEntries
WorkEntry · object[]