Create Drawing Set

Creates a drawing set with its sheets. The set is created immediately; each sheet's file and thumbnail are prepared asynchronously.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length ≤ 24

The project ID the drawing set belongs to.

string
required
length ≤ 255

Name of the drawing set.

string
enum
required

Type of the drawing set.

Allowed:
sheets
array of objects
required
length between 1 and 1000

Sheets to create. One single-page PDF = one sheet.

sheets*
string
required

ID of a single-page PDF file uploaded via /v2/pub/files. Existence is checked synchronously; the single-page assertion happens asynchronously.

string
required

Sheet number / page label, e.g. "A-1.0". Must be unique within the payload.

string
required

Sheet title, e.g. "Cover Sheet".

string | null
enum
Defaults to null

Sheet discipline category.

integer | null
Defaults to null

Version to seed the sheet with. Defaults to 1; a later in-app revision increments it.

string | null
enum
Defaults to null

Discipline category of the drawing set.

date | null
Defaults to null

Issue date of the drawing set in Y-m-d format.

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Access forbidden

404

Project not found

422

Validation error

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!