GET EndUserFleetGraphs/{id}/live?from_time={from_time}&appid={appid}&sg={sg}&hash={hash}&token={token}&end_time={end_time}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

from_time

date

Required

appid

string

Required

sg

string

Required

hash

string

Required

token

string

Required

end_time

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EndUserFleetGraphsUnits
NameDescriptionTypeAdditional information
name

string

None.

end_user_fleet_graph_id

string

None.

unit_underlying_guid

string

None.

unit_underlying_guid_type

string

None.

list_element_for_guid

string

None.

list_element_for_guid_type

string

None.

appid

string

None.

the_data_set

DateDataPointSet

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "name": "sample string 1",
    "end_user_fleet_graph_id": "sample string 2",
    "unit_underlying_guid": "sample string 3",
    "unit_underlying_guid_type": "sample string 4",
    "list_element_for_guid": "sample string 5",
    "list_element_for_guid_type": "sample string 6",
    "appid": "sample string 7",
    "the_data_set": {
      "the_data_set": [
        {
          "the_date": "sample string 1",
          "the_data": 2.1
        },
        {
          "the_date": "sample string 1",
          "the_data": 2.1
        }
      ],
      "start_date": "sample string 1",
      "end_date": "sample string 2"
    }
  },
  {
    "name": "sample string 1",
    "end_user_fleet_graph_id": "sample string 2",
    "unit_underlying_guid": "sample string 3",
    "unit_underlying_guid_type": "sample string 4",
    "list_element_for_guid": "sample string 5",
    "list_element_for_guid_type": "sample string 6",
    "appid": "sample string 7",
    "the_data_set": {
      "the_data_set": [
        {
          "the_date": "sample string 1",
          "the_data": 2.1
        },
        {
          "the_date": "sample string 1",
          "the_data": 2.1
        }
      ],
      "start_date": "sample string 1",
      "end_date": "sample string 2"
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfEndUserFleetGraphsUnits xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/productious_reports">
  <EndUserFleetGraphsUnits>
    <appid>sample string 7</appid>
    <end_user_fleet_graph_id>sample string 2</end_user_fleet_graph_id>
    <list_element_for_guid>sample string 5</list_element_for_guid>
    <list_element_for_guid_type>sample string 6</list_element_for_guid_type>
    <name>sample string 1</name>
    <the_data_set>
      <end_date>sample string 2</end_date>
      <start_date>sample string 1</start_date>
      <the_data_set>
        <DateDataPoint>
          <the_data>2.1</the_data>
          <the_date>sample string 1</the_date>
        </DateDataPoint>
        <DateDataPoint>
          <the_data>2.1</the_data>
          <the_date>sample string 1</the_date>
        </DateDataPoint>
      </the_data_set>
    </the_data_set>
    <unit_underlying_guid>sample string 3</unit_underlying_guid>
    <unit_underlying_guid_type>sample string 4</unit_underlying_guid_type>
  </EndUserFleetGraphsUnits>
  <EndUserFleetGraphsUnits>
    <appid>sample string 7</appid>
    <end_user_fleet_graph_id>sample string 2</end_user_fleet_graph_id>
    <list_element_for_guid>sample string 5</list_element_for_guid>
    <list_element_for_guid_type>sample string 6</list_element_for_guid_type>
    <name>sample string 1</name>
    <the_data_set>
      <end_date>sample string 2</end_date>
      <start_date>sample string 1</start_date>
      <the_data_set>
        <DateDataPoint>
          <the_data>2.1</the_data>
          <the_date>sample string 1</the_date>
        </DateDataPoint>
        <DateDataPoint>
          <the_data>2.1</the_data>
          <the_date>sample string 1</the_date>
        </DateDataPoint>
      </the_data_set>
    </the_data_set>
    <unit_underlying_guid>sample string 3</unit_underlying_guid>
    <unit_underlying_guid_type>sample string 4</unit_underlying_guid_type>
  </EndUserFleetGraphsUnits>
</ArrayOfEndUserFleetGraphsUnits>