GET /rest/v1.0/projects/{project_id}/drawing_revisions
Returns a list of all Drawing Revisions in the specified Project.
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
project_id |
Integer | Yes |
Unique identifier for the project. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
drawing_set_id |
Integer | No |
Filter by Drawing Set.
To retreive revisions from current set add |
sort |
String | No |
Sort by field Possible values:
|
drawing_area_id |
Integer | No |
Filter by Drawing Area |
view |
String | No |
Defines the type of view returned. Must be one of 'only_pdf_urls', 'only_ids', 'web_index', 'extended_coordinates', 'extended_files', 'extended_dpi' or 'android'. Possible values:
|
filtersids[] |
Array | No |
Filter by Drawing Revisions ID
To request specific drawing revision ids add |
page |
Integer | No |
Page |
drawing_discipline_id |
Integer | No |
Filter by Drawing Discipline |
id[] |
Array | No |
Filter by Drawing Revision ID
To request specific drawing revision ids add |
query |
String | No |
Filter by custom query |
with_obsolete |
Boolean | No |
Include obsolete drawing revisions. Obsolete drawing revisions are filtered by default. |
per_page |
Integer | No |
Elements per page |
filtersupdated_at |
String | No |
Return item(s) updated within the specified ISO 8601 datetime range.
Formats:
|
drawing_id |
Integer | No |
Filter by Drawing |
is_reviewed |
Boolean | No |
Filter by |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.