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.

CustomerIDinteger

(Optional) Only return fixed amounts whose project belongs to this customer company.

includeInvoiceDetailsboolean

When true, each linked fixed amount also returns the InvoiceIDFK of the invoice its line item belongs to.

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.

Changes