Get Revisions
get_revisionsRetrieve the revision history of a submittal. Provide project and submittal IDs to get a paginated array of revisions in Procore.
Instructions
Get the revision history of a submittal. Returns an array of submittals. 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}/revisions
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 | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |