Next Topic

Previous Topic

Book Contents

Get Scopes

Returns an array of scope records.

GET /system/scopes

Headers

Model Schema

Field

Datatype

Filterable

Sortable

ScopeId

decimal

 

ScopeName

string

Attributes

object

 

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "ScopeId": 0,
      "ScopeName": "string",
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}