GET /rest/v1.0/projects/{project_id}/drawing_revisions

Returns a list of all Drawing Revisions in the specified Project.

Servers

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 drawing_set_id=current_set to query

sort String No

Sort by field

Possible values:

  • "id"
  • "-id"
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:

  • "android"
  • "extended_files"
  • "extended_coordinates"
  • "only_pdf_urls"
  • "web_index"
  • "only_ids"
  • "extended_dpi"
filtersids[] Array No

Filter by Drawing Revisions ID To request specific drawing revision ids add filters[ids]=[1,2,3] to filters

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 id[]=42&id[]=43 to query

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: YYYY-MM-DD...YYYY-MM-DD - Date YYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ - DateTime with UTC Offset YYYY-MM-DDTHH:MM:SS+XX:00...YYYY-MM-DDTHH:MM:SS+XX:00` - Datetime with Custom Offset

drawing_id Integer No

Filter by Drawing

is_reviewed Boolean No

Filter by reviewed status

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.