Next Topic

Previous Topic

Book Contents

Get Organization Types

Returns an array of organization type records.

GET /system/orgs/types

Headers

Model Schema

Field

Datatype

Filterable

Sortable

OrgTypeId

decimal

 

 

OrgTypeRef

string

 

 

Description

string

 

 

Status

int

 

 

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "OrgTypeID": 0,
      "OrgTypeRef": "string",
      "Description": "string",
      "Status": 0,
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}