Show Action Plan Verification Method
show_action_plan_verification_methodFetch full details of a specific Action Plan Verification Method using its ID and company ID. Returns a JSON object with complete information.
Instructions
Details of an Action Plan Verification Method. Use this to fetch the full details of a specific Action Plans by its identifier. Returns a JSON object describing the requested Action Plans. Required parameters: company_id, id. Procore API: Project Management > Action Plans. Endpoint: GET /rest/v1.0/companies/{company_id}/action_plans/verification_methods/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — action Plan Verification Method ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |