Show Action Plan Item Assignee Signature
show_action_plan_item_assignee_signatureFetch the details of an Action Plan Item Assignee Signature using project ID and assignee ID. Returns a paginated JSON array with signature data.
Instructions
Get the details of an Action Plan Item Assignee 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_item_assignee_id. Procore API: Project Management > Action Plans. Endpoint: GET /rest/v1.0/projects/{project_id}/action_plans/plan_item_assignees/{plan_item_assignee_id}/signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| plan_item_assignee_id | Yes | URL path parameter — action Plan Item Assignee ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |