List quotation lines

Retrieves a paginated list of all quotation lines.

Note: To get lines for a specific quotation, use the GET /api/quotation-lines/quote/:id endpoint instead.

Query Parameters

ParameterTypeRequiredDescription
pageintegerNoPage number for pagination (default: 1)
limitintegerNoNumber of items per page (default: 50)
orderstringNoField to sort by (default: id)
directionstringNoSort direction: asc or desc (default: desc)

Response Fields

FieldTypeDescription
idintegerLine unique identifier
lineTypestringLine type: normal, title, or subtotal
titlestringSection title (for title lines)
productTitlestringCustom product title override
descriptionstringLine description (HTML)
rawDescriptionstringLine description (plain text)
quantityfloatQuantity
unitPricefloatUnit price (excl. tax)
coeffloatCoefficient/multiplier
discountfloatDiscount value
discountTypestringDiscount type: percentage or amount
totalHtfloatTotal excl. tax (calculated)
totalTtcfloatTotal incl. tax (calculated)
weightintegerSort order/position
optionbooleanWhether line is optional
hidebooleanWhether line is hidden
productobjectAssociated product
taxobjectApplied tax rate
unityobjectUnit of measure
mediasarrayAssociated media files
parentobjectParent line (for nested lines)
customFieldsobjectCustom field values
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Filtering

This endpoint supports advanced filtering. See the Filter System Documentation for the complete list of operators and usage examples.

Quick examples:

?filters[lineType][eq]=normal
?filters[quotation.id][eq]=123
?filters[product.name][contains]=Service
?filters[totalHt][gte]=500

Response

  • 200 OK: Returns paginated list of quotation lines
  • 401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
integer
string
string
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!