GET EndUserControlPanel?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
BaseGridOfEndUserControlPanel| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| records | integer |
None. |
|
| total | integer |
None. |
|
| the_list | Collection of EndUserControlPanel |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": 1,
"records": 2,
"total": 3,
"the_list": [
null,
{
"name": "sample string 1",
"item_type_id": "sample string 2",
"appid": "sample string 3",
"pull_type_id": "sample string 4",
"renderer": "sample string 5",
"custom_save_method": "sample string 6",
"elements": [
null,
{
"parameters": null,
"select_list": null,
"name": "sample string 1",
"variable_type": "sample string 2",
"var_id": "sample string 3",
"allow_edit": true,
"allow_select_quick_add": true,
"order": 4,
"control_type": "sample string 5",
"button_name": "sample string 6",
"current_value": "sample string 7",
"current_value_as_of_date": "2026-05-11T04:36:27.1723635+00:00",
"dataunit_type": "sample string 8",
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
],
"mass_save": true,
"mass_save_button_label": "sample string 7",
"update_delay_in_ms": 1,
"contact_status": true,
"display_refresh": true,
"display_autorefresh": true,
"auto_refresh_default": 1,
"auto_refresh_enabled": true,
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
]
}
application/xml, text/xml
Sample:
<BaseGridOfEndUserControlPanelXD55xrjw 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>
<EndUserControlPanel i:nil="true" />
<EndUserControlPanel>
<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 3</appid>
<auto_refresh_default>1</auto_refresh_default>
<auto_refresh_enabled>true</auto_refresh_enabled>
<contact_status>true</contact_status>
<custom_save_method>sample string 6</custom_save_method>
<display_autorefresh>true</display_autorefresh>
<display_refresh>true</display_refresh>
<elements>
<EndUserControlPanelElement i:nil="true" />
<EndUserControlPanelElement>
<guid>000000000000000000000000</guid>
<id xmlns:d6p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
<d6p1:_a>0</d6p1:_a>
<d6p1:_b>0</d6p1:_b>
<d6p1:_c>0</d6p1:_c>
</id>
<allow_edit>true</allow_edit>
<allow_select_quick_add>true</allow_select_quick_add>
<button_name>sample string 6</button_name>
<control_type>sample string 5</control_type>
<current_value>sample string 7</current_value>
<current_value_as_of_date>2026-05-11T04:36:27.1723635+00:00</current_value_as_of_date>
<dataunit_type>sample string 8</dataunit_type>
<name>sample string 1</name>
<order>4</order>
<parameters xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<select_list xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<var_id>sample string 3</var_id>
<variable_type>sample string 2</variable_type>
</EndUserControlPanelElement>
</elements>
<item_type_id>sample string 2</item_type_id>
<mass_save>true</mass_save>
<mass_save_button_label>sample string 7</mass_save_button_label>
<name>sample string 1</name>
<pull_type_id>sample string 4</pull_type_id>
<renderer>sample string 5</renderer>
<update_delay_in_ms>1</update_delay_in_ms>
</EndUserControlPanel>
</the_list>
<total>3</total>
</BaseGridOfEndUserControlPanelXD55xrjw>