Get Organization Types
Returns an array of organization type records.
GET /system/orgs/types
- Does not accept filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Auth}
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"
}