Get Agent Views
Returns an array of agent views.
GET /system/views
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Authentication}
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"ViewDefId": 0,
"ViewDefName": "string",
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}