Skip to main content
POST
/
platform
/
data
/
export
Error
A valid request URL is required to generate request examples
{
  "name": "<string>",
  "id": "<string>",
  "requester": "<string>",
  "tenant": 123,
  "contextOverride": {
    "masterCatalog": 123,
    "locale": "<string>",
    "currency": "<string>",
    "catalog": 123,
    "site": 123
  },
  "domain": "<string>",
  "resources": [
    {
      "resource": "<string>",
      "filter": "<string>",
      "fields": [
        "<string>"
      ],
      "format": "<string>",
      "status": "<string>",
      "isComplete": true,
      "statusMessage": "<string>",
      "stateDetails": "<string>",
      "configuration": "<unknown>"
    }
  ],
  "exportDate": "2023-11-07T05:31:56Z",
  "format": "<string>",
  "status": "<string>",
  "statusDetails": "<string>",
  "statusMessage": "<string>",
  "isComplete": true,
  "files": [
    {
      "id": "<string>",
      "uri": "<string>",
      "locationType": "<string>",
      "fileName": "<string>",
      "fileType": "<string>"
    }
  ],
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  },
  "configuration": "<unknown>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
name
string | null
id
string | null
requester
string | null
tenant
integer<int32>
contextOverride
object
domain
string | null
resources
object[] | null
exportDate
string<date-time> | null
format
string | null
status
string | null
statusDetails
string | null
statusMessage
string | null
isComplete
boolean
files
object[] | null
auditInfo
object
configuration
unknown

Response

Success

name
string | null
id
string | null
requester
string | null
tenant
integer<int32>
contextOverride
object
domain
string | null
resources
object[] | null
exportDate
string<date-time> | null
format
string | null
status
string | null
statusDetails
string | null
statusMessage
string | null
isComplete
boolean
files
object[] | null
auditInfo
object
configuration
unknown