Create Export Folders Request

Create Export Folders Request
Request
URI
POST
https://{api_host}/vco/api/content-repositories/requests/export_folders
COPY
Authentication
This operation uses the following authentication methods.
Responses
202

Accepted

Returns WsContentRepositoryRequestToken of type(s) application/json
{
    "relations": {
        "startIndex": 0,
        "count": 0,
        "total": 0,
        "link": [
            {
                "rel": "string",
                "type": "string",
                "attributes": [
                    {
                        "name": "string",
                        "displayName": "string",
                        "value": "string",
                        "displayValue": "string"
                    }
                ],
                "href": "string"
            }
        ]
    },
    "status": "string",
    "details": {},
    "shortDetails": "string",
    "startDate": "string",
    "endDate": "string",
    "href": "string"
}
object
relations
Optional

relations

string
status
Optional

status

object
details
Optional

details

string
shortDetails
Optional

shortDetails

string As date-time As date-time
startDate
Optional

startDate

string As date-time As date-time
endDate
Optional

endDate

string
href
Optional

href


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/vco/api/content-repositories/requests/export_folders