List Payments Subtier Waivers
list_payments_subtier_waiversRetrieve a paginated list of payment subtier waivers for a project and subtier requisition, with filtering by waiver type and control over page and per page.
Instructions
Returns list of payment subtier waivers. 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, subtier_requisition_id. Procore API: Construction Financials > Payments. Endpoint: GET /rest/v1.0/projects/{project_id}/payments/subtier_waivers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| subtier_requisition_id | Yes | Query string parameter — unique identifier of the subtier requisition, supports comma separated list | |
| waiver_type | No | Query string parameter — waiver type of the subtier waiver. Can only be either "unconditional" or "conditional" | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |