show_department
Retrieve specific department details from Procore using department ID and company ID to access organizational structure information.
Instructions
Show Department. [Core/Directory] GET /rest/v1.0/departments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Department ID | |
| company_id | Yes | Unique identifier for the company. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |