Get Content Updates
Request
URI
GET
https://{api_host}/vco/api/changelogs
COPY
Query Parameters
integer
since
Optional
Constraints:
default: 0
since
string
excludeOriginator
Optional
excludeOriginator
Responses
200
The request is successful
Returns
WsChangeLog
of type(s)
application/json
{
"records": [
{
"type": "string",
"object-id": "string",
"parent-id": "string"
}
],
"latest-change": 0,
"total-count": 0
}
array of
object
records
Optional
records
integer As int64
As int64
latest-change
Optional
latest-change
integer As int32
As int32
total-count
Optional
total-count
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/changelogs
Change Log Controller Operations
GET
Get Content Updates