Show Action Plan Approver Signature
show_action_plan_approver_signatureRetrieve the signature details of a specific Action Plan Approver by providing project ID and approver ID. Supports pagination to control the number of results returned.
Instructions
Get the details of an Action Plan Approver Signature. Use this to fetch the full details of a specific Action Plans by its identifier. Returns a paginated JSON array of Action Plans. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id, plan_approver_id. Procore API: Project Management > Action Plans. Endpoint: GET /rest/v1.0/projects/{project_id}/action_plans/plan_approvers/{plan_approver_id}/signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| plan_approver_id | Yes | URL path parameter — action Plan Approver ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |