v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get Quest

get/quests/{id}/

Path parameters

idstring required

the quest id

Response

200

idstring
client_idstring
namestring
descriptionstring
created_atstring

Example response

{
  "id": "0276241f-959a-4062-a28c-e1a9c13b0c81",
  "client_id": "FVQI5U57tfCyDV99YjhF3ExdlpiObg5JASvy81Mu",
  "name": "Bens Quest",
  "description": "My first Quest",
  "created_at": "2022-06-10T02:20:03.570870Z",
  "attributes": [
    {
      "key": "k1",
      "value": "one"
    }
  ]
}