Get Workflow Data
get_workflow_dataRetrieve full submittal workflow details by project and submittal ID. Supports pagination to control result size.
Instructions
Returns attributes related to submittal workflow state. Use this to fetch the full details of a specific Submittals by its identifier. Returns a paginated JSON array of Submittals. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id, id. Procore API (v1.1): Project Management > Submittals. Endpoint: GET /rest/v1.1/projects/{project_id}/submittals/{id}/workflow_data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Submittals resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |