Returns an array of organization type records.
GET /system/orgs/types
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"OrgTypeID": 0,
"OrgTypeRef": "string",
"Description": "string",
"Status": 0,
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}