List Payment Project Configurations
list_payment_project_configurationsRetrieve a paginated list of payment project configurations for a company. Filter results and manage pagination to find specific payment projects by ID.
Instructions
List Payment Project Configurations. 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: company_id. Procore API: Construction Financials > Payments. Endpoint: GET /rest/v1.0/companies/{company_id}/payments/projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| search | No | Query string parameter — search query to filter records by | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |