Show Action Plan Verification Method
show_action_plan_verification_methodRetrieve full details of a specific Action Plan Verification Method by ID. Use to get complete field data for an existing verification method in Procore.
Instructions
Details of an Action Plan Verification Method. Use this when you already know which action plan verification method you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the action plan verification method. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| id | Yes | URL path parameter — action Plan Verification Method ID | |
| company_id | Yes | URL path parameter — unique identifier for the company. |