Next Topic

Previous Topic

Book Contents

Get User Roletypes

Returns an array of user roletype records.

GET /system/roletypes

Headers

Model Schema

Field

Datatype

Filterable

Sortable

RoleTypeId

decimal

 

RoleTypeName

string

RoleTypeDescription

string

Attributes

object

 

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "RoleTypeId": 0,
      "RoleTypeName": "string",
      "RoleTypeDescription": "string",
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}