Deliver content via custom delivery

Deliver content via custom delivery options.

Content object should represent the repository in which you are delivering content from. See the section on Content Classes for additional details.

BODY PARAMETER DEFINITIONS

adHocInputs

Single variables are represented as an object such as:

{
  "name" : "field name here", 
  "value" : "the value to pass in"
}

Adhoc tables are represented as an object with columns and a set of rows such as:

{
  "name": "adhoc_4",
  "value": {
    "columns": ["StrCol", " IntCol"],
    "rows": [["hello", 1], ["goodbye", 2]]
  }
}

SCOPES

Requires: seismic.delivery See Permissions for additional details.

Body Params
string
string
content
array of objects
content
adHocInputs
array of objects
adHocInputs
Headers
string
Response
204

No Content

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!