Show A Inspection Item Signature Request
show_a_inspection_item_signature_requestRetrieve full details of a specific signature request for an inspection item using its identifier. Returns a JSON object with the signature request data.
Instructions
Show the specified Inspection Item Signature Request. Use this to fetch the full details of a specific Inspections by its identifier. Returns a JSON object describing the requested Inspections. Required parameters: company_id, project_id, item_id, id. Procore API (v2.0): Project Management > Inspections. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/inspection_items/{item_id}/signature_requests/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| item_id | Yes | URL path parameter — unique identifier for the inspection item. | |
| id | Yes | URL path parameter — unique identifier of the Inspection Item Signature | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |