Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tutorials/tutorial_direct_drawing_uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ The example workflow presented below covers the following steps.
## Determine Drawing Area and Drawing Set IDs

Our first step is to retrieve the IDs for the drawing area and drawing set in which the new drawing will be created.
We'll use these values in subsequent steps in the workflow.
The [List Drawing Areas](https://developers.procore.com/reference/rest/v1/drawings#list-drawing-areas) endpoint returns this information.
We'll use these values in subsequent steps in the workflow. The [List Drawing Sets](https://developers.procore.com/reference/rest/drawings?version=latest#list-drawing-sets) and the [List Drawing Areas](https://developers.procore.com/reference/rest/v1/drawings#list-drawing-areas) endpoints provide this information.

![list-drawing-areas]({{ site.baseurl }}/assets/guides/drawing-area-id.png)

Expand Down