Get tag
x-ms-visibility: "important"
Retrieve details of a specific tag by its ID.
Path Parameters
tagId int64 required
The unique identifier of the tag to retrieve.
Responses
- 200
- 400
- 401
Tag details.
application/json
Schema
Example (from schema)
Schema
id int64
idTag string
expiringDate date-time
startDate date-time nullable
lastUpdated date-time nullable
tokenName string
invoicable boolean nullable
driverId int64
{
"id": 0,
"idTag": "string",
"expiringDate": "2025-02-17T11:24:21.276Z",
"startDate": "2025-02-17T11:24:21.276Z",
"lastUpdated": "2025-02-17T11:24:21.276Z",
"tokenName": "string",
"invoicable": true,
"driverId": 0
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...