Next Topic

Previous Topic

Book Contents

Get Scope

Returns a single scope record.

GET /system/scopes/{scopeId}

Headers

Model Schema

Field

Datatype

Filterable

Sortable

ScopeId

decimal

 

ScopeName

string

Attributes

object

 

Sample Response Model

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