Show Rounding Configuration
show_rounding_configurationRetrieve the complete rounding configuration for a company's timesheets, including time increments and rounding rules, using the company ID.
Instructions
Show time increments and rounding rules for company timesheets. Use this when you already know which rounding configuration you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted. Returns a single JSON object describing the rounding configuration. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id. Procore API: Project Management > Field Productivity. Endpoint: GET /rest/v1.0/companies/{company_id}/rounding_configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. |