Get Agent Views

Returns an array of agent views.

GET /system/views

Headers

  • Authorization: Bearer {hash string returned from Authentication}

Model Schema

Field

Datatype

Filterable

Sortable

ViewDefId

decimal

 

ViewDefName

string

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "ViewDefId": 0,
      "ViewDefName": "string",
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}