List Project Line Items
Retrieve all line items for a project
Authentication
x-api-keystring
API Key authentication via header
Path parameters
project_id
Project identifier
Response
List of line items
id
Line item identifier
quantity
Quantity of items
description
Line item description
unitCost
Cost per unit
totalCost
Total cost (unitCost * quantity)
totalPrice
Total price (unitPrice * quantity)
unitPrice
Price per unit
createdAt
Creation timestamp
catalogItem
sectionName
Section name; null when the item is ungrouped
Errors
401
Unauthorized Error
404
Not Found Error
