Developer's Guide

Learn how to configure and use our open APIs, to
freely integrate Deskero with any other software solution!

Knowledge Base areas

Detail

Show a single knowledge base area

GET https://api.deskero.com/knowledgeArea/{{knowledgeBaseAreaId}}

Headers

Header Value
Authorization Bearer {{bearer}}
Accept application/json
clientId {{clientId}}

Example request

$ curl https://api.deskero.com/knowledgeArea/51cd8af3e4b0e90b324ab778 \ 
  -v \
  -H "Accept: application/json" \
  -H "Authorization: Bearer 58cfg61g-1585-5c72-g35f-7fe76893ed2f" \
  -H "clientId: 51f01687e4b094c81d7b8bcdellef"

Example response

{
  "id": "51cd8af3e4b0e90b324ab778",
  "area": "Sign in",
  "groupId": "52b423c3e4b04b021e45b660",
  "insertDate": 1372424947524
}