Export Content
Export content for current user. This takes scope of the export. The content types that need to be exported can be specified as a list.
Key for encrypting sensitive information
Export Details of Type and Segregation
Show optional properties
{
"scope": "string",
"contentTypes": [
{}
]
}
"{\n \"scope\" : \"CUSTOM\",\n \"contentTypes\" : [ \"POLICIES\", \"OUTBOUND_SETTINGS\", \"INTEGRATIONS\" ]\n}"
Scope of content export operation
The content type to be exported
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
The export of content has been accepted
"{\n \"scope\" : \"CUSTOM\",\n \"contentTypes\" : [ \"POLICIES\", \"OUTBOUND_SETTINGS\", \"INTEGRATIONS\" ],\n \"links\" : [ {\n \"href\" : \"/suite-api/api/content/operations/export\",\n \"rel\" : \"RELATED\",\n \"name\" : \"ExportStatusCheckURL\",\n \"description\" : \"Status of the last export operation\"\n } ]\n}"
Scope of content export operation
The content type to be exported
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"contentTypes":["string"],"scope:"string"}' https://{api_host}/suite-api/api/content/operations/export