Get Project Exchange Rates
get_project_exchange_ratesFetch project exchange rates for currency configurations. Returns paginated JSON array with optional inactive rates.
Instructions
Return a collection of project exchange rates. Use this to fetch the full details of a specific Currency Configurations by its identifier. Returns a paginated JSON array of Currency Configurations. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, project_id. Procore API: Construction Financials > Currency Configurations. Endpoint: GET /rest/v1.0/companies/{company_id}/projects/{project_id}/currency_configuration/exchange_rates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| include_inactive | No | Query string parameter — include inactive exchange rates | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |