List Project Line Items

Retrieve all line items for a project

Authentication

x-api-keystring
API Key authentication via header

Path parameters

projectIdintegerRequired
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

401
Unauthorized Error
404
Not Found Error