List Deleted Objects

List Deleted Objects
Request
URI
GET
https://{api_host}/vco/api/content/deleted
COPY
Query Parameters
integer
searchLastDays
Optional
Constraints: default: 1

searchLastDays

string
path
Optional
Constraints: default:

path


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns WsDeletedObjectsList of type(s) application/json
{
    "deletedObjects": [
        {
            "relations": {
                "startIndex": 0,
                "count": 0,
                "total": 0,
                "link": [
                    {
                        "rel": "string",
                        "type": "string",
                        "attributes": [
                            {
                                "name": "string",
                                "displayName": "string",
                                "value": "string",
                                "displayValue": "string"
                            }
                        ],
                        "href": "string"
                    }
                ]
            },
            "type": "string",
            "id": "string",
            "name": "string",
            "path": "string",
            "href": "string",
            "restorableFromChangeset": "string",
            "deletedOn": "string"
        }
    ]
}
array of object
deletedObjects
Optional

deletedObjects


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/content/deleted