GET v1/GeotabDevicePlans/{id}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
Click to beautify!
[
  {
    "id": 1,
    "name": "sample string 2",
    "level": 3,
    "validForOrder": true
  }
]

application/xml, text/xml

Sample:
Click to beautify!
<ArrayOfDevicePlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Geotab">
  <DevicePlan>
    <Id>1</Id>
    <Level>3</Level>
    <Name>sample string 2</Name>
    <ValidForOrder>true</ValidForOrder>
  </DevicePlan>
</ArrayOfDevicePlan>