Show Workflow Activity History
show_workflow_activity_historyRetrieve full details of a specific workflow activity history using its identifier. Requires workflow instance and company IDs.
Instructions
Get information about a Workflow Activity History. Use this to fetch the full details of a specific Workflows by its identifier. Returns a JSON object describing the requested Workflows. Required parameters: id, workflow_instance_id, company_id. Procore API: Core > Workflows. Endpoint: GET /rest/v1.0/workflow_activity_histories/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Workflows resource | |
| workflow_instance_id | Yes | Query string parameter — workflow Instance ID | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |