Show Form
show_formRetrieve complete details of a specific form using project and form identifiers. Returns a JSON object with all form information.
Instructions
Return detailed information on the specified Form. Use this to fetch the full details of a specific Forms by its identifier. Returns a JSON object describing the requested Forms. Required parameters: project_id, id. Procore API: Project Management > Forms. Endpoint: GET /rest/v1.0/projects/{project_id}/forms/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Forms resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |