Returns an array of scope records.
GET /system/scopes
Headers
Model Schema
Field  | 
Datatype  | 
Filterable  | 
Sortable  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
Sample Response Model
{
"TotalRecords": 0,
"Result": [
    {
"ScopeId": 0,
"ScopeName": "string",
      "Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}