POST /rest/v1.0/document_markup_downloadable_pdfs/find_or_create
Find or Create Document Markup Downloadable PDF. Starts processing to create a downloadable PDF with markup. When completed, the same request will include a download URL for the PDF. item_id, item_type, and attachment_id paramters are the same parameters included in the URL when viewing the attachment in procore. Example: app.procore.com/161072/project/submittal_logs/document_viewer?attachment_id=43&item_id=42&item_type=SubmittalLog&project_id=161072
Servers
- https://api.procore.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
version_datetime |
String | No |
Version Datetime of the Document |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
project_id |
Integer | Yes | |
attachment_id |
Integer | Yes | |
item_type |
String | Yes |
The type of the parent item this document belongs to (eg SubmittalLog) |
item_id |
Integer | Yes |
The ID of the parent item this document belongs to |
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.