Adobe Captivate · JSON Structure

Prime Api Gamification Points Response Structure

User gamification points response

Type: object Properties: 1
AuthoringEducationeLearningLMSSCORMTrainingxAPI

GamificationPointsResponse is a JSON Structure definition published by Adobe Captivate, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-captivate/refs/heads/main/json-structure/prime-api-gamification-points-response-structure.json",
  "name": "GamificationPointsResponse",
  "description": "User gamification points response",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "description": "Gamification points for a user",
      "properties": {
        "id": {
          "type": "string",
          "description": "Unique identifier"
        },
        "type": {
          "type": "string",
          "const": "gamification"
        },
        "attributes": {
          "type": "object",
          "properties": {
            "learnerPoints": {
              "type": "int32",
              "description": "Points earned through learning activities"
            },
            "managerPoints": {
              "type": "int32",
              "description": "Points earned as a manager"
            },
            "overallPoints": {
              "type": "int32",
              "description": "Total points across all categories"
            }
          }
        }
      }
    }
  }
}