List Of Document Revisions (Project)
list_of_document_revisions_projectFetch a paginated list of recent file revisions for a document in a project, sorted by creation date. Use to locate revision IDs or review version history.
Instructions
Return a list of the 20 most recent file versions (revisions) for a specific document in a project, sorted by created_at in descending order. Use this to enumerate Documents when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Documents. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id, document_id. Procore API (v2.0): Core > Documents. Endpoint: GET /rest/v2.0/projects/{project_id}/documents/{document_id}/revisions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| document_id | Yes | URL path parameter — unique identifier for the document (file). | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |