getList()
Overview:
Get list quest
Usage:
client.achievement.getList()
.then((response) => {
const data = response;
})
.catch((error) => {
// handle error.
})Requirement:
noneParameters:
Attribute
Type
Describe
props
any
pagination props
Return:
Error:
Last updated