List Project Line Items

Retrieve all line items for a project

Authentication

x-api-keystring
API Key authentication via header

Path parameters

project_idintegerRequired
Project identifier

Response

List of line items
idinteger
Line item identifier
quantityinteger
Quantity of items
descriptionstring
Line item description
unitCostdouble
Cost per unit
totalCostdouble

Total cost (unitCost * quantity)

totalPricedouble

Total price (unitPrice * quantity)

unitPricedouble
Price per unit
createdAtstringformat: "date-time"
Creation timestamp
catalogItemobject
sectionNamestring or nullOptional

Section name; null when the item is ungrouped

Errors

401
Unauthorized Error
404
Not Found Error