List Project Line Items

Retrieve all line items for a project

Authentication

x-api-keystring
API Key authentication via header

Path parameters

projectIdstringRequired
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

Errors