Get quest attempt details
GET/attempt/:pk/:sk/details
Get the details of a quest attempt
Request
Path Parameters
pk stringrequired
The PK ID of the quest attempt
sk stringrequired
The SK ID of the quest attempt
Responses
- 200
The details of the quest
- application/json
- Schema
- Example (from schema)
Schema
QuestId stringrequired
Args
object
required
property name* any
Status stringrequired
AttemptedAt date-timerequired
{
"QuestId": "string",
"Args": {},
"Status": "string",
"AttemptedAt": "2024-06-07T11:51:17.731Z"
}
Loading...