AWorld Lab API Reference
API ReferenceApp API (Consumer)
Dashboard API (Admin)
API ReferenceApp API (Consumer)
Dashboard API (Admin)
    • ActivityLogs
      • Create activity log
      • List activity logs
      • Get activity log
    • Analytics
      • Get community metrics
    • Badges
      • List badge configurations
      • List badges
      • Get badge
      • List badge configuration tag assignments
      • Get badge configuration translation
      • Get badge configuration tag assignment
    • LearningGroups
      • List learning groups
      • Get learning group
      • List learning group items
      • List learning group tag assignments
      • Get learning group translation
      • Get learning group tag assignment
    • LearningPathAssignments
      • List learning path assignments
      • Get learning path assignment
      • Get current attempt
      • List learning path assignment items
      • Retry learning path assignment
      • List learning path assignment tags
      • Get learning path assignment translation
      • Get learning path assignment tag
    • Missions
      • List missions
      • Get mission
    • Quizzes
      • List quizzes
      • Get quiz
      • Submit quiz answer
      • List quiz tag assignments
      • Get quiz translation
      • Get quiz tag assignment
    • RuntimeLeaderboards
      • List runtime leaderboards
      • Get runtime leaderboard
      • Get leaderboard rankings
      • Get my ranking
    • Slides
      • List slides
      • Get slide
      • Submit slide progress
      • List slide tag assignments
      • Get slide translation
      • Get slide tag assignment
    • Streaks
      • List streaks
    • Users
      • Get current user
      • Update current user
      • Delete current user
      • List current user learning group logs
      • Get current user permissions
      • Get current user principal
      • Get current user referral code
      • Get current user stats
      • List current user tag assignments
      • Get current user tag assignment
    • VirtualBalances
      • List virtual balances
      • Get virtual balance
    • VirtualTransactions
      • List virtual transactions
      • Create virtual transaction
      • Get virtual transaction
      • Redeem virtual transaction
    • WorkspaceCodes
      • Redeem a workspace code
    • WorkspaceConfigurations
      • Get workspace configuration
    • Surveys
      • Get survey
      • Get survey progress
      • Submit survey answers
    • Schemas
      • CommunityMetricsResponse
      • CreateActivityResponse
      • CreateVirtualTransactionResponse
      • CurrentAttemptResponse
      • DeleteCurrentUserResponse
      • GetActivityLogResponse
      • GetBadgeConfigurationTagResponse
      • GetAppSurveyResponse
      • GetBadgeConfigurationTranslationResponse
      • GetBadgeResponse
      • GetCurrentUserPrincipalResponse
      • GetCurrentUserPermissionsResponse
      • GetCurrentUserReferralCodeResponse
      • GetCurrentUserResponse
      • GetCurrentUserStatsResponse
      • GetCurrentUserTagResponse
      • GetLearningGroupResponse
      • GetLearningGroupTagAssignmentResponse
      • GetLearningGroupTranslationResponse
      • GetLearningPathAssignmentResponse
      • GetLearningPathAssignmentTagResponse
      • GetLearningPathAssignmentTranslationResponse
      • GetMissionResponse
      • GetQuizResponse
      • GetQuizTagResponse
      • GetQuizTranslationResponse
      • GetRuntimeLeaderboardRankingsMeResponse
      • GetRuntimeLeaderboardRankingsResponse
      • GetRuntimeLeaderboardResponse
      • GetSlideResponse
      • GetSlideTagResponse
      • GetSlideTranslationResponse
      • GetVirtualBalanceResponse
      • GetVirtualTransactionResponse
      • GetWorkspaceConfigurationResponse
      • GetSurveyProgressResponse
      • JsonLogicExpression
      • Lang
      • ListActivityLogsResponse
      • ListBadgeConfigurationsResponse
      • ListBadgeConfigurationTagAssignmentsResponse
      • ListBadgesResponse
      • ListCurrentUserLearningGroupLogsResponse
      • ListCurrentUserTagAssignmentsResponse
      • ListLearningGroupItemsResponse
      • ListLearningGroupsResponse
      • ListLearningGroupTagAssignmentsResponse
      • ListLearningPathAssignmentItemsResponse
      • ListLearningPathAssignmentsResponse
      • ListLearningPathAssignmentTagsResponse
      • ListMissionsResponse
      • ListQuizTagAssignmentsResponse
      • ListQuizzesResponse
      • ListRuntimeLeaderboardsResponse
      • ListSlidesResponse
      • ListSlideTagAssignmentsResponse
      • ListStreaksResponse
      • ListVirtualBalancesResponse
      • ListVirtualTransactionsResponse
      • RedeemVirtualTransactionResponse
      • RedeemWorkspaceCodeResponse
      • RetryLearningPathAssignmentResponse
      • SourceRegion
      • SubmitQuizResponse
      • SubmitSlideResponse
      • Timezone
      • UpdateCurrentUserResponse
      • SubmitSurveyResponse

    ListMissionsResponse

    {
        "items": [
            {
                "userId": "string",
                "groupTagId": "string",
                "missionId": "string",
                "missionType": "INDIVIDUAL",
                "missionConfigurationId": "string",
                "missionRuleId": "string",
                "periodId": "string",
                "timeframeType": "PERMANENT",
                "startsAt": "2019-08-24T14:15:22.123Z",
                "endsAt": "2019-08-24T14:15:22.123Z",
                "completedAt": "2019-08-24T14:15:22.123Z",
                "isCompleted": true,
                "state": "PENDING",
                "matchType": "INSTANCE",
                "matchEntity": "Activity",
                "matchEntityId": "string",
                "matchCondition": {
                    "==": [
                        1,
                        1
                    ]
                },
                "incrementExpression": {
                    "==": [
                        1,
                        1
                    ]
                },
                "targetAmountExpression": {
                    "==": [
                        1,
                        1
                    ]
                },
                "currentAmount": 0,
                "targetAmount": 0,
                "defaultLang": "en",
                "createdAt": "2019-08-24T14:15:22.123Z",
                "updatedAt": "2019-08-24T14:15:22.123Z",
                "translation": {
                    "lang": "en",
                    "label": "string",
                    "description": "string"
                }
            }
        ],
        "nextToken": "eyJwayI6IndvcmtzcGFjZUlkI3pPR0JndVctQWoiLCJxdWl6SWQiOiItRktBdDZfbXM4M3RvSUZaLWVjeFQifQ=="
    }
    Built with