GET EndUserGraphSet?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
BaseGridOfEndUserGraphSet| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| records | integer |
None. |
|
| total | integer |
None. |
|
| the_list | Collection of EndUserGraphSet |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": 1,
"records": 2,
"total": 3,
"the_list": [
null,
{
"date_range_type": null,
"default_date_range_interval": null,
"default_date_range_unit": null,
"default_start_date": null,
"default_end_date": null,
"pull_type_id": null,
"name": "sample string 1",
"for_guid": "sample string 2",
"for_guid_type": "sample string 3",
"graph_set_type": "sample string 4",
"tile_layout_style": "sample string 5",
"title": "sample string 6",
"appid": "sample string 7",
"elements": [
null,
{
"name": "sample string 1",
"graph_id": "sample string 2",
"order": 3,
"width_in_columns": 1,
"new_row": true,
"new_row_height_px": 1,
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
],
"allow_enduser_controls": true,
"global_refresh_controls": true,
"show_dividers": true,
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
]
}
application/xml, text/xml
Sample:
<BaseGridOfEndUserGraphSetXD55xrjw 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>
<EndUserGraphSet i:nil="true" />
<EndUserGraphSet>
<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>
<allow_enduser_controls>true</allow_enduser_controls>
<appid>sample string 7</appid>
<date_range_type i:nil="true" />
<default_date_range_interval i:nil="true" />
<default_date_range_unit i:nil="true" />
<default_end_date i:nil="true" />
<default_start_date i:nil="true" />
<elements>
<EndUserGraphSetElement i:nil="true" />
<EndUserGraphSetElement>
<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>
<graph_id>sample string 2</graph_id>
<name>sample string 1</name>
<new_row>true</new_row>
<new_row_height_px>1</new_row_height_px>
<order>3</order>
<width_in_columns>1</width_in_columns>
</EndUserGraphSetElement>
</elements>
<for_guid>sample string 2</for_guid>
<for_guid_type>sample string 3</for_guid_type>
<global_refresh_controls>true</global_refresh_controls>
<graph_set_type>sample string 4</graph_set_type>
<name>sample string 1</name>
<pull_type_id i:nil="true" />
<show_dividers>true</show_dividers>
<tile_layout_style>sample string 5</tile_layout_style>
<title>sample string 6</title>
</EndUserGraphSet>
</the_list>
<total>3</total>
</BaseGridOfEndUserGraphSetXD55xrjw>