show_material
Retrieve material details from a Procore project using the material ID and project ID. Access specifications, quantities, and status information for construction materials.
Instructions
Show Material. [Project Management/Field Productivity] GET /rest/v1.0/projects/{project_id}/materials/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the project | |
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |