Ticket areas
Detail
Show a single ticket area
GET https://api.deskero.com/ticketArea/{{ticketAreaId}}
Headers
Header | Value |
---|---|
Authorization | Bearer {{bearer}} |
Accept | application/json |
clientId | {{clientId}} |
Example request
$ curl https://api.deskero.com/ticketArea/50913dd4c2e67797f82e5bb2 \
-v \
-H "Accept: application/json" \
-H "Authorization: Bearer 58cfg61g-1585-5c72-g35f-7fe76893ed2f" \
-H "clientId: 51f01687e4b094c81d7b8bcdellef"
Example response
{
"id": "50913dd4c2e67797f82e5bb2",
"area": "billing",
"labels": {
"en": "billing",
"it": "fatturazione",
"fr": "facturation",
"es": "facturación"
}
}