Achievement
Web API References for Achievement Service
Last updated
Web API References for Achievement Service
Last updated
GET /api/table/services/achievements/{achievementId} HTTP/1.1
Accept: */*
{
"list": [
{
"id": 1,
"name": "text",
"desc": "text",
"image": "text",
"extend_table": "text",
"step_extend_table": "text",
"start_at": "2026-02-02T21:57:27.065Z",
"end_at": "2026-02-02T21:57:27.065Z",
"steps": []
}
],
"totalCount": 1
}GET /api/table/services/achievements HTTP/1.1
Accept: */*
{
"list": [
{
"id": 1,
"name": "text",
"desc": "text",
"image": "text",
"extend_table": "text",
"step_extend_table": "text",
"start_at": "2026-02-02T21:57:27.065Z",
"end_at": "2026-02-02T21:57:27.065Z",
"steps": []
}
],
"totalCount": 1
}POST /api/table/services/achievements HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 32
{
"achievement_id": 1,
"step_id": 1
}{
"row": {
"id": 1,
"player": 1,
"achievement": 1,
"step": 1
}
}