GET rest/Companies/GetCompaniesList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CompanySmallModel
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

ExpirationDate

date

None.

AllowSuperAdmin

boolean

None.

ShowDataRefreshDate

boolean

None.

Accepted

boolean

None.

UniqueID

string

None.

SSOEnabled

boolean

None.

IsEnabled

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2",
    "ExpirationDate": "2026-04-03T03:37:35.8937558+00:00",
    "AllowSuperAdmin": true,
    "ShowDataRefreshDate": true,
    "Accepted": true,
    "UniqueID": "sample string 7",
    "SSOEnabled": true,
    "IsEnabled": true
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "ExpirationDate": "2026-04-03T03:37:35.8937558+00:00",
    "AllowSuperAdmin": true,
    "ShowDataRefreshDate": true,
    "Accepted": true,
    "UniqueID": "sample string 7",
    "SSOEnabled": true,
    "IsEnabled": true
  }
]

text/xml

Sample:
<ArrayOfCompanySmallModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Navigator.Models">
  <CompanySmallModel>
    <Accepted>true</Accepted>
    <AllowSuperAdmin>true</AllowSuperAdmin>
    <ExpirationDate>2026-04-03T03:37:35.8937558+00:00</ExpirationDate>
    <ID>1</ID>
    <IsEnabled>true</IsEnabled>
    <Name>sample string 2</Name>
    <SSOEnabled>true</SSOEnabled>
    <ShowDataRefreshDate>true</ShowDataRefreshDate>
    <UniqueID>sample string 7</UniqueID>
  </CompanySmallModel>
  <CompanySmallModel>
    <Accepted>true</Accepted>
    <AllowSuperAdmin>true</AllowSuperAdmin>
    <ExpirationDate>2026-04-03T03:37:35.8937558+00:00</ExpirationDate>
    <ID>1</ID>
    <IsEnabled>true</IsEnabled>
    <Name>sample string 2</Name>
    <SSOEnabled>true</SSOEnabled>
    <ShowDataRefreshDate>true</ShowDataRefreshDate>
    <UniqueID>sample string 7</UniqueID>
  </CompanySmallModel>
</ArrayOfCompanySmallModel>