GET api/vehicle/{id}/waypoint
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfWaypoint| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Waypoint |
None. |
|
| Code | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"VehicleId": 1,
"GpsTime": 2,
"SysTime": 3,
"EventId": 4,
"Status": 5,
"Satellite": 64,
"Input": 64,
"Output": 64,
"Voltage": 9,
"Battery": 10,
"Input1": 11,
"Input2": 12,
"Input3": 13,
"Input4": 14,
"RegionId": 15,
"X": 16,
"Y": 17,
"Z": 18,
"Speed": 19,
"Heading": 64,
"Mile": 21,
"GpsMile": 22,
"OdoMile": 23,
"PulseMile": 24,
"GeometryId": 25,
"EmployeeId": 26,
"EmployeeCode": "sample string 27",
"Info": "sample string 28",
"Data": "sample string 29"
},
"Code": "sample string 1",
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<ResultOfWaypointDN9tKhfj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vietmap.Common">
<Code>sample string 1</Code>
<Message>sample string 2</Message>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Vietmap.Camera.DataModels">
<d2p1:Battery>10</d2p1:Battery>
<d2p1:Data>sample string 29</d2p1:Data>
<d2p1:EmployeeCode>sample string 27</d2p1:EmployeeCode>
<d2p1:EmployeeId>26</d2p1:EmployeeId>
<d2p1:EventId>4</d2p1:EventId>
<d2p1:GeometryId>25</d2p1:GeometryId>
<d2p1:GpsMile>22</d2p1:GpsMile>
<d2p1:GpsTime>2</d2p1:GpsTime>
<d2p1:Heading>64</d2p1:Heading>
<d2p1:Info>sample string 28</d2p1:Info>
<d2p1:Input>64</d2p1:Input>
<d2p1:Input1>11</d2p1:Input1>
<d2p1:Input2>12</d2p1:Input2>
<d2p1:Input3>13</d2p1:Input3>
<d2p1:Input4>14</d2p1:Input4>
<d2p1:Mile>21</d2p1:Mile>
<d2p1:OdoMile>23</d2p1:OdoMile>
<d2p1:Output>64</d2p1:Output>
<d2p1:PulseMile>24</d2p1:PulseMile>
<d2p1:RegionId>15</d2p1:RegionId>
<d2p1:Satellite>64</d2p1:Satellite>
<d2p1:Speed>19</d2p1:Speed>
<d2p1:Status>5</d2p1:Status>
<d2p1:SysTime>3</d2p1:SysTime>
<d2p1:VehicleId>1</d2p1:VehicleId>
<d2p1:Voltage>9</d2p1:Voltage>
<d2p1:X>16</d2p1:X>
<d2p1:Y>17</d2p1:Y>
<d2p1:Z>18</d2p1:Z>
</Data>
</ResultOfWaypointDN9tKhfj>