List Requisitions (Subcontractor Invoices) For Project
list_requisitions_subcontractor_invoices_for_projectRetrieve a paginated list of subcontractor invoices for a specified project. Filter by status, commitment, period, and more.
Instructions
Return a list of Requisitions (Subcontractor Invoices) on a specified project 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: project_id. Procore API (v1.1): Construction Financials > Commitments. Endpoint: GET /rest/v1.1/requisitions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — elements per page, default 30 | |
| filters__id | No | Query string parameter — return item(s) with the specified IDs. | |
| filters__commitment_id | No | Query string parameter — commitment ID(s). Returns item(s) with the specified Commitment ID(s). | |
| filters__period_id | No | Query string parameter — billing Period ID. Returns item(s) with the specified Billing Period ID. | |
| filters__status | No | Query string parameter — return item(s) with the specified Requisition (Subcontractor Invoice) status. | |
| filters__created_at | No | Query string parameter — return item(s) created within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset | |
| filters__updated_at | No | Query string parameter — return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset | |
| filters__origin_id | No | Query string parameter — origin ID. Returns item(s) with the specified Origin ID. | |
| filters__is_last | No | Query string parameter — setting this to true will return only the last item. Setting this to false will return all the items except the last one. | |
| view | No | Query string parameter — specifies which view (which attributes) of the resource is going to be present in the response. |