GET api/v100/tags?language={language}
Get a list of the nearest service stations.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| language |
Language ISO Code for the service descriptions. |
string |
Required |
Headers
| Name | Description | Type | Additional information |
|---|---|---|---|
| appkey |
Ej. abcdefghijk |
None. |
|
| session |
Ej. 1234567890 |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of RsTags| Name | Description | Type | Additional information |
|---|---|---|---|
| serviceID |
Single Ascii Letter corresponding to the service code |
string |
Required |
| type |
Type of Tags |
string |
Required |
| description |
Description of the corresponding service code in the requested language. |
string |
Required |
| url |
URL to the Service Code Icon |
string |
Required |
Response Formats
application/json, text/json
Sample:
[
{
"serviceID": "sample string 1",
"type": "sample string 2",
"description": "sample string 3",
"url": "sample string 4"
},
{
"serviceID": "sample string 1",
"type": "sample string 2",
"description": "sample string 3",
"url": "sample string 4"
}
]