GET Statistics
Get utilization numbers on the whole fleet.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A AssetGarageStatisticsRestResult with all kinds of utilization statistics.
AssetGarageStatisticsRestResult| Name | Description | Type | Additional information |
|---|---|---|---|
| AssetGarageStatisticsRestItems |
Collection of AssetGarageStatisticsRestItem objects. |
Collection of AssetGarageStatisticsRestItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"AssetGarageStatisticsRestItems": [
{
"Total": 1,
"GarageRepair": 2,
"CarWash": 3,
"Fueling": 4,
"InterlocationTransfer": 5,
"Chauffeur": 6,
"SelfDrive": 7,
"Available": 8,
"Utilization": 9,
"GarageId": 1,
"GarageName": "sample string 10",
"GroupId": 1,
"GroupName": "sample string 11",
"Unknown": 12,
"AssetId": 13,
"AssetName": "sample string 14",
"AssetModel": "sample string 15"
},
{
"Total": 1,
"GarageRepair": 2,
"CarWash": 3,
"Fueling": 4,
"InterlocationTransfer": 5,
"Chauffeur": 6,
"SelfDrive": 7,
"Available": 8,
"Utilization": 9,
"GarageId": 1,
"GarageName": "sample string 10",
"GroupId": 1,
"GroupName": "sample string 11",
"Unknown": 12,
"AssetId": 13,
"AssetName": "sample string 14",
"AssetModel": "sample string 15"
}
]
}
application/xml, text/xml
Sample:
<AssetGarageStatisticsRestResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api360.Models">
<AssetGarageStatisticsRestItems>
<AssetGarageStatisticsRestItem>
<AssetId>13</AssetId>
<AssetModel>sample string 15</AssetModel>
<AssetName>sample string 14</AssetName>
<Available>8</Available>
<CarWash>3</CarWash>
<Chauffeur>6</Chauffeur>
<Fueling>4</Fueling>
<GarageId>1</GarageId>
<GarageName>sample string 10</GarageName>
<GarageRepair>2</GarageRepair>
<GroupId>1</GroupId>
<GroupName>sample string 11</GroupName>
<InterlocationTransfer>5</InterlocationTransfer>
<SelfDrive>7</SelfDrive>
<Total>1</Total>
<Unknown>12</Unknown>
<Utilization>9</Utilization>
</AssetGarageStatisticsRestItem>
<AssetGarageStatisticsRestItem>
<AssetId>13</AssetId>
<AssetModel>sample string 15</AssetModel>
<AssetName>sample string 14</AssetName>
<Available>8</Available>
<CarWash>3</CarWash>
<Chauffeur>6</Chauffeur>
<Fueling>4</Fueling>
<GarageId>1</GarageId>
<GarageName>sample string 10</GarageName>
<GarageRepair>2</GarageRepair>
<GroupId>1</GroupId>
<GroupName>sample string 11</GroupName>
<InterlocationTransfer>5</InterlocationTransfer>
<SelfDrive>7</SelfDrive>
<Total>1</Total>
<Unknown>12</Unknown>
<Utilization>9</Utilization>
</AssetGarageStatisticsRestItem>
</AssetGarageStatisticsRestItems>
</AssetGarageStatisticsRestResult>