List Payments Subtiers For The Commitment
list_payments_subtiers_for_the_commitmentRetrieve a paginated list of payment subtiers for a commitment by specifying project ID and commitment ID. Filter results by subtier ID or adjust page and per_page parameters.
Instructions
List payments subtiers for the commitment. 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, commitment_id. Procore API: Construction Financials > Payments. Endpoint: GET /rest/v1.0/projects/{project_id}/payments/commitments/{commitment_id}/subtiers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| commitment_id | Yes | URL path parameter — iD 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) |