Read app content on a draft
This API is currently in development and may change.
Read the app content on a specified draft.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
Draft identifier. Use List document drafts to retrieve draft IDs.
"def456"
Published document identifier.
"abc123"
Query Parameters
Set true or 1 to pretty-print (2-space indent) the response; false / 0 (the default) is compact. Key ordering is deterministic regardless.
0, 1, true, false Response
The draft's app content.
The published app's HTML and sandbox settings.

