Show Action Plan Receiver Signature
show_action_plan_receiver_signatureRetrieve the full details of an Action Plan Receiver Signature by providing the project and receiver IDs. Use page and per_page parameters to control pagination.
Instructions
Get the details of an Action Plan Receiver 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_receiver_id. Procore API: Project Management > Action Plans. Endpoint: GET /rest/v1.0/projects/{project_id}/action_plans/plan_receivers/{plan_receiver_id}/signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| plan_receiver_id | Yes | URL path parameter — action Plan Receiver ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |