GET Admins?appid={appid}&sg={sg}&hash={hash}&token={token}&_search={_search}&nd={nd}&rows={rows}&page={page}&sidx={sidx}&sord={sord}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appid | string |
Required |
|
| sg | string |
Required |
|
| hash | string |
Required |
|
| token | string |
Required |
|
| _search | string |
Required |
|
| nd | string |
Required |
|
| rows | integer |
Required |
|
| page | integer |
Required |
|
| sidx | string |
Required |
|
| sord | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseGridOfAdmins| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| records | integer |
None. |
|
| total | integer |
None. |
|
| the_list | Collection of Admins |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": 1,
"records": 2,
"total": 3,
"the_list": [
null,
{
"username": "sample string 1",
"name": "sample string 2",
"pwd": "sample string 3",
"appid": "sample string 4",
"email": "sample string 5",
"phone_number": "sample string 6",
"sms_phonenumber": "sample string 7",
"phone_number_country_code": "sample string 8",
"sms_phonenumber_country_code": "sample string 9",
"require_2fa": true,
"is_2fa_initialized": true,
"second_factor_method": "sample string 10",
"scante": "sample string 11",
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
]
}
application/xml, text/xml
Sample:
<BaseGridOfAdminsXD55xrjw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/productious_models">
<page>1</page>
<records>2</records>
<the_list>
<Admins i:nil="true" />
<Admins>
<guid>000000000000000000000000</guid>
<id xmlns:d4p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
<d4p1:_a>0</d4p1:_a>
<d4p1:_b>0</d4p1:_b>
<d4p1:_c>0</d4p1:_c>
</id>
<appid>sample string 4</appid>
<email>sample string 5</email>
<ga_totp_secret_key i:nil="true" />
<is_2fa_initialized>true</is_2fa_initialized>
<name>sample string 2</name>
<phone_number>sample string 6</phone_number>
<phone_number_country_code>sample string 8</phone_number_country_code>
<pwd>sample string 3</pwd>
<require_2fa>true</require_2fa>
<scante>sample string 11</scante>
<second_factor_method>sample string 10</second_factor_method>
<sms_phonenumber>sample string 7</sms_phonenumber>
<sms_phonenumber_country_code>sample string 9</sms_phonenumber_country_code>
<username>sample string 1</username>
</Admins>
</the_list>
<total>3</total>
</BaseGridOfAdminsXD55xrjw>