Work entries
Find work entries
Returns the work entries of a project, most recent first.
GET
Find work entries
Finding work entries
Returns the work entries of a single project, most recent first. Setbilled 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
API token for authentication. Obtain from your Infinity account settings.
Path Parameters
The id of the project the work entries belong to.
Query Parameters
Pagination limit. Defaults to 30, maximum 200.
Required range:
x <= 200Pagination offset for the results.
When set, filters to only billed or only unbilled work entries.
Response
Successfully returns the list of work entries.
Find work entries