Skip to main content

List Categories

Return a list of available audit categories.

External Documentation

To learn more, visit the Mimecast V2 documentation.

Example Output

{
"data": [
{
"categories": [
{
"code": "string",
"id": 0,
"name": "string"
}
],
"fail": [
{
"errors": [
{
"code": "string",
"message": "string",
"retryable": true
}
],
"key": {
"from": "yyyy-MM-dd'T'HH:mm:ssZ",
"oldestFirst": true,
"result": "string",
"route": "string",
"to": "yyyy-MM-dd'T'HH:mm:ssZ"
}
}
]
}
]
}

Workflow Library Example

List Categories with Mimecast V2 and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop