GET http://[host-proxy]/api/view/WebexAuditEvent/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"from": {
"title": "From",
"type": "string"
},
"to": {
"title": "To",
"type": "string"
},
"actorId": {
"title": "Actor Id",
"type": "string"
},
"eventCategories": {
"title": "Event Categories",
"type": "string"
},
"resultFilterAttribute": {
"title": "Result Filter Attribute",
"type": "string",
"choices": [
{
"value": "actorOrgName",
"title": "Actor Org Name"
},
{
"value": "actorName",
"title": "Actor Name"
},
{
"value": "actorEmail",
"title": "Actor Email"
},
{
"value": "actorIp",
"title": "Actor IP"
},
{
"value": "targetName",
"title": "Target Name"
},
{
"value": "targetEmail",
"title": "Target Email"
},
{
"value": "targetType",
"title": "Target Type"
},
{
"value": "targetOrgName",
"title": "Target Org Name"
},
{
"value": "eventDescription",
"title": "Event Description"
},
{
"value": "eventCategory",
"title": "Event Category"
},
{
"value": "actionText",
"title": "Action Text"
},
{
"value": "trackingId",
"title": "Tracking ID"
}
]
},
"resultFilterValue": {
"title": "Result Filter Value",
"type": "string"
},
"retentionDays": {
"title": "Retention Days",
"type": "number",
"minimum": 1,
"maximum": 30,
"default": "7"
}
}
}