Download Zip Of Specification Section Revisions
download_zip_of_specification_section_revisionsDownload a zip archive of specification section revisions for a project. Provide company, project, and revision IDs to generate and receive the download URL.
Instructions
This endpoint sends an url to download zip of a collection of specification section revisions. company_id and project_id default to the values set by procore_set_config when omitted. Acts on the zip and returns Procore's response for the operation. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, project_id, specification_section_revision_ids. Procore API (v2.1): Project Management > Specifications. Endpoint: POST /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_section_revisions/create_zip_download
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| has_public_markup | No | JSON request body field — optional flag. When true, the API attempts to generate and include a merged public-markup PDF download in the resulting email flow. When false or omitted, only the standard merged PDF flow is used. | |
| specification_section_revision_ids | Yes | JSON request body field — specification_section_revision_ids |