Show Company Office
show_company_officeFetch detailed information about a company office by providing the office ID and company ID. Returns a JSON object describing the office settings.
Instructions
Returns information about an Office associated to a Company. Use this to fetch the full details of a specific Company Settings by its identifier. Returns a JSON object describing the requested Company Settings. Required parameters: id, company_id. Procore API: Company Admin > Company Settings. Endpoint: GET /rest/v1.0/offices/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Company Settings resource | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| view | No | Query string parameter — response schema to use | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |