v2

latestSwagger 2.02026-08-04108164321.0 KB
FixedAmount

Retrieves a paginated list of fixed-amount billing entries used for fixed-price project invoicing. Can filter by project, task, invoiced status, and updated date.

get/api/FixedAmount

Query parameters

UpdatedAfterstring date-time

Only return fixed amounts updated after this date-time.

ProjectIDinteger

(Optional) The ProjectID of a Project to filter Fixed Amounts for

TaskIDinteger

(Optional) The TaskID of a Task to filter Fixed Amounts for

isInvoicedboolean

Filter by invoiced status: true for invoiced, false for uninvoiced.

pageSizeinteger

Number of items per page (max 1000)

pageNumberinteger

Page to display. Starts from 1.

Sortstring

Optional sorting instruction. Currently possible values: "DateUpdated", "DateCreated", "DateUpdated desc", "DateCreated desc"

Response

Returns a paginated list of fixed-amount billing entries.

TotalCountinteger

Total number of records matching the query across all pages.

PageNumberinteger

The current page number (1-based).

PageSizeinteger

The number of records per page.