[GET] Gamification

This guide is for getting the number of attempts for a single playerIdentifier in a gamification.


[GET] https://prod-api.flarie.com/rest/gamification-service/v1/player-gamifications/player-identifiers/{playerIdentifier}/gamifications/{gamificationId}

 

URL Parameters

Name

Type

Description

playerIdentifier

string

The unique identifier of the player

gamificationId

string

The gamificationId of your gamification setup

Note! you need gamificationId, not the gamificationConditionId. You can locate your gamificationId in the URL on the edit gamification page.

 

Response(200)

{
"playerIdentifier": "demo-player-identifier",
"entityType": "PLAYER_GAMIFICATION",
"gamificationId": "xxxxx-xxxxxx-xxxxxx-xxxxxxxx",
"updatedAt": "2023-11-10 12:58:14",
"createdAt": "2023-11-10 12:57:37",
"SK": "xxxxx-xxxxxx-xxxxxx-xxxxxxxx",
"attempts": 4,
"PK": "PLAYER_GAMIFICATION#demo-player-identifier",
"id": "090cb380-2663-4cae-a20d-85967d03c78c

{% endraw %}