Returns a single organization record.
GET /system/orgs/{orgId}
Headers
Model Schema
Field  | 
Datatype  | 
Filterable  | 
Sortable  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
ContactInfo  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
CustomFields  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
Sample Response Model
    {
"OrgId": 0,
"OrgName": "string",
"OrgRef": "string",
"OrgType": "string",
"DefaultDepartmentName": "string",
"DefaultMachineGroupName": "string",
"ParentOrgId": 0,
"Website": "string",
"NoOfEmployees": 0,
"AnnualRevenue": 0,
      "ContactInfo": {
"PreferredContactMethod": "string",
"PrimaryPhone": "string",
"PrimaryFax": "string",
"PrimaryEmail": "string",
"Country": "string",
"Street": "string",
"City": "string",
"State": "string",
"ZipCode": "string",
"PrimaryTextMessagePhone": "string"
},
"CustomFields": [
        {
"FieldName": "string",
"FieldValue": "string"
}
],
      "Attributes": {}
}