v1
latestOpenAPI 3.1.02026-07-24318141.2 MBGet Quest Badges
get/quests/{quest_id}/badges
Path parameters
quest_idstring required
the quest id
Response
200
Example response
{
"count": 3,
"results": [
{
"id": "1c2527cf-ec73-4583-9067-22d309e5c779",
"url": "http://localhost:8888/api/v1/badges/1c2527cf-ec73-4583-9067-22d309e5c779/",
"client_id": "kTytonx4hY0fI1rWrCtwdtacsj21pbuAn3Y4MrNr",
"name": "Badge 1",
"description": "desc",
"badge_icon_url": "/media/assets/69686e24-9b68-4536-b1e3-ba7fcac0ecad.jpg",
"mimetype": "application/octet-stream",
"file": "http://localhost:8888/media/assets/69686e24-9b68-4536-b1e3-ba7fcac0ecad.jpg"
}
]
}