Show Company Action Plan Template Test Record Request
show_company_action_plan_template_test_record_requestRetrieve full details of a specific Company Action Plan Template Test Record Request. Provide company_id and id to get a JSON object with the requested record.
Instructions
Get the details of a single Company Action Plan Template Test Record Request. 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/plan_template_test_record_requests/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — company Action Plan Template Test Record Request ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |