List Line Item Types
list_line_item_typesRetrieve a paginated list of defined line item types for a project or company, supporting filtering by origin ID. Use to enumerate commitments and obtain IDs.
Instructions
Return a list of all defined Line Item Types. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint. Use this to enumerate Commitments when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Commitments. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, project_id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/line_item_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Query string parameter — unique identifier for the company. You must supply either a company_id or project_id. | |
| project_id | Yes | Query string parameter — unique identifier for the project. You must supply either a company_id or project_id. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| filters__origin_id | No | Query string parameter — filter results by origin id |