List Payments Subtiers For The Requisition
list_payments_subtiers_for_the_requisitionList payment subtiers for a specified requisition and commitment. Filter by ID, paginate results, and retrieve pagination metadata for Construction Financials.
Instructions
List payments subtiers for the requisition. Use this to enumerate Payments when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Payments. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id, requisition_id, commitment_id. Procore API: Construction Financials > Payments. Endpoint: GET /rest/v1.0/projects/{project_id}/payments/requisitions/{requisition_id}/subtiers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| requisition_id | Yes | URL path parameter — iD of the requisition | |
| commitment_id | Yes | Query string parameter — unique identifier of the commitment | |
| id | No | Query string parameter — unique identifier of the subtier | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |