show_form
Retrieve specific form details from Procore projects using project and form IDs to access form data and manage project documentation.
Instructions
Show Form. [Project Management/Forms] GET /rest/v1.0/projects/{project_id}/forms/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Form ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |