GET EndUserMaps?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
BaseGridOfEndUserMaps| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| records | integer |
None. |
|
| total | integer |
None. |
|
| the_list | Collection of EndUserMaps |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": 1,
"records": 2,
"total": 3,
"the_list": [
null,
{
"name": "sample string 1",
"for_guid": "sample string 2",
"for_guid_type": "sample string 3",
"map_type": "sample string 4",
"appid": "sample string 5",
"elements": [
null,
{
"name": "sample string 1",
"for_guid": "sample string 2",
"for_guid_type": "sample string 3",
"gps_source_id": "sample string 4",
"gps_source_type": "sample string 5",
"status_source_id": "sample string 6",
"status_source_type": "sample string 7",
"hover_source": "sample string 8",
"hover_id": "sample string 9",
"click_source": "sample string 10",
"click_id": "sample string 11",
"jump_destination": "sample string 12",
"jump_destination_id": "sample string 13",
"client_side_limiting_id": "sample string 14",
"client_side_limiting_source": "sample string 15",
"use_qs": true,
"qs_id": "sample string 16",
"order": 17,
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
],
"user_sg_extent": "sample string 6",
"use_client_limiting": 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:
<BaseGridOfEndUserMapsXD55xrjw 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>
<EndUserMaps i:nil="true" />
<EndUserMaps>
<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 5</appid>
<auto_refresh_default>1</auto_refresh_default>
<auto_refresh_enabled>true</auto_refresh_enabled>
<display_autorefresh>true</display_autorefresh>
<display_refresh>true</display_refresh>
<elements>
<EndUserMapsElement i:nil="true" />
<EndUserMapsElement>
<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>
<click_id>sample string 11</click_id>
<click_source>sample string 10</click_source>
<client_side_limiting_id>sample string 14</client_side_limiting_id>
<client_side_limiting_source>sample string 15</client_side_limiting_source>
<for_guid>sample string 2</for_guid>
<for_guid_type>sample string 3</for_guid_type>
<gps_source_id>sample string 4</gps_source_id>
<gps_source_type>sample string 5</gps_source_type>
<hover_id>sample string 9</hover_id>
<hover_source>sample string 8</hover_source>
<jump_destination>sample string 12</jump_destination>
<jump_destination_id>sample string 13</jump_destination_id>
<name>sample string 1</name>
<order>17</order>
<qs_id>sample string 16</qs_id>
<status_source_id>sample string 6</status_source_id>
<status_source_type>sample string 7</status_source_type>
<use_qs>true</use_qs>
</EndUserMapsElement>
</elements>
<for_guid>sample string 2</for_guid>
<for_guid_type>sample string 3</for_guid_type>
<map_type>sample string 4</map_type>
<name>sample string 1</name>
<use_client_limiting>true</use_client_limiting>
<user_sg_extent>sample string 6</user_sg_extent>
</EndUserMaps>
</the_list>
<total>3</total>
</BaseGridOfEndUserMapsXD55xrjw>