Game Loom
    • Game Loom
      • 👋 Welcome to Game Loom
    • Getting started
      • Introduction
      • 👤 Authentication
    • User Registration
      • Introduction
      • Get Countries
        GET
      • Get Cities
        GET
      • Single user registration
        POST
      • Bulk Register Users
        POST
    • Notifications
      • Overview
      • Receiving Event Notifications via Webhooks
      • Get All notifications for specific user
        GET
    • Rewards
      • Overview
      • Integrate with you reward system
      • Points
        • Record user point event
        • Get user points
        • Get Specific user point
      • Levels
        • Record user level event
        • Get user levels
        • Get Specific user level
      • Badges
        • Award badge to user
        • Get user badges
        • Get Specific user badge
    • Challenges (Gamification elements)
      • Introduction
      • Leaderboard
        • Get available leaderboards for user
        • Submit score to a leaderboard
        • Get user's leaderboard participation history
        • Get leaderboard details
        • Get leaderboard ranking
        • Get user's record for a leaderboard
        • Get user's entry history for a leaderboard
      • Survey
        • Overview
        • Get available surveys for user
        • Start a new survey participation
        • Get detailed user participation
        • Get user's survey participation history
        • Abandon survey participation
        • Save individual answer to survey question
        • Submit completed survey
        • Submit Survey with answers (One-Step Submission)
      • Quiz
        • Get available quizzes for user
        • Submit complete quiz answers
        • Get comprehensive user quiz history
        • Get comprehensive quiz attempt details
      • Open Challenge
        • Overview
        • Get available open challenges for user
        • Complete an open challenge
        • Get user's open challenge participation history
        • Get user open challenge by ID
      • Schemas
        • Survey Schame
    • MarketPlace
      • Overview
      • Marketplace
        • Browse available gifts for user
        • Get gift details
        • Redeem a gift
        • Get user's redemption history
      • Schemas
        • ProblemDetails

    ProblemDetails

    {
        "type": "string",
        "title": "string",
        "status": 0,
        "detail": "string",
        "correlationId": "string",
        "timestamp": "2019-08-24T14:15:22.123Z"
    }
    Built with