GET EndUserFleetGraphs?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
BaseGridOfEndUserFleetGraphs| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| records | integer |
None. |
|
| total | integer |
None. |
|
| the_list | Collection of EndUserFleetGraphs |
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,
"name": "sample string 1",
"for_guid": "sample string 2",
"for_guid_type": "sample string 3",
"graph_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",
"status_source_id": "sample string 4",
"status_source_type": "sample string 5",
"filter_source_type": "sample string 6",
"filter_source_id": "sample string 7",
"data_source_id": "sample string 8",
"data_source_type": "sample string 9",
"order": 10,
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
],
"data_name": "sample string 6",
"display_refresh": true,
"display_autorefresh": true,
"auto_refresh_default": 1,
"parameters": [
null,
{
"name": "sample string 1",
"variable_type": "sample string 2",
"var_id": "sample string 3",
"order": 4,
"static_data_entry_control_type": "sample string 5",
"current_value": "sample string 6",
"current_value_as_of_date": "2026-05-11T04:36:58.8547702+00:00",
"dataunit_type": "sample string 7",
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
],
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
]
}
application/xml, text/xml
Sample:
<BaseGridOfEndUserFleetGraphsXD55xrjw 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>
<EndUserFleetGraphs i:nil="true" />
<EndUserFleetGraphs>
<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>
<data_name>sample string 6</data_name>
<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" />
<display_autorefresh>true</display_autorefresh>
<display_refresh>true</display_refresh>
<elements>
<EndUserFleetGraphsElement i:nil="true" />
<EndUserFleetGraphsElement>
<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>
<data_source_id>sample string 8</data_source_id>
<data_source_type>sample string 9</data_source_type>
<filter_source_id>sample string 7</filter_source_id>
<filter_source_type>sample string 6</filter_source_type>
<for_guid>sample string 2</for_guid>
<for_guid_type>sample string 3</for_guid_type>
<name>sample string 1</name>
<order>10</order>
<status_source_id>sample string 4</status_source_id>
<status_source_type>sample string 5</status_source_type>
</EndUserFleetGraphsElement>
</elements>
<for_guid>sample string 2</for_guid>
<for_guid_type>sample string 3</for_guid_type>
<graph_type>sample string 4</graph_type>
<name>sample string 1</name>
<parameters>
<DataSourceUnit i:nil="true" />
<DataSourceUnit>
<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>
<current_value>sample string 6</current_value>
<current_value_as_of_date>2026-05-11T04:36:58.8547702+00:00</current_value_as_of_date>
<dataunit_type>sample string 7</dataunit_type>
<name>sample string 1</name>
<order>4</order>
<static_data_entry_control_type>sample string 5</static_data_entry_control_type>
<var_id>sample string 3</var_id>
<variable_type>sample string 2</variable_type>
</DataSourceUnit>
</parameters>
</EndUserFleetGraphs>
</the_list>
<total>3</total>
</BaseGridOfEndUserFleetGraphsXD55xrjw>