Get elements action url
Retrieves a one-time action URL that lets an end user open the Package Elements Editor and drag and drop placed and unplaced elements onto the package’s documents.
The returned URL can be opened directly or embedded in an iframe (set the isIframe
query parameter). Provide a redirectUrl to control where the user is sent after they
confirm or cancel, and language to set the editor’s display language.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The target package's unique identifier A package's unique identifier
"00000000-0000-0000-0000-000000000000"
Query Parameters
Indicates whether the package elements editor opens in an iframe.
The URL to call upon cancellation or confirmation.
The package elements editor language. A country's 2 letter ISO code (ISO 639-1)
"en"
Response
The package elements editor url was created
Response model for the Place elements action url.
The package elements editor url.