AWorld APIs are in a pre-alpha stage and are being updated frequently. For integration inquiries or technical information, please contact us at server@aworld.org.
x-user-id: USER_ID_TO_IMPERSONATE
https://v1.gql.app.aworld.cloud/graphql
Note: These endpoints are currently exposing internal APIs directly to customers. In the future, all APIs will be accessible through a single reverse proxy, and these endpoints will change.
AWSDateTime
, AWSDate
, AWSTime
, AWSTimestamp
AWSEmail
, AWSJSON
, AWSURL
, AWSPhone
, AWSIPAddress
Long
Node
: Base interface with creation and update timestampsConnection
: Interface for paginated collections of itemsQuizDifficulty
: EASY
, MEDIUM
, HARD
QuizAnswer
: opt1
, opt2
, opt3
, opt4
QuizOrigin
: CATALOG
, CUSTOM
QuizPlacement
: STANDALONE
, STORY
, NEWS
QuizOutcome
: SUCCESS
, FAIL
Quiz
: Represents a quiz with its propertiesQuizConnection
: Paginated collection of quizzesQuizTranslation
: Translations for a quiz (questions, options, explanations)QuizLog
: Record of a quiz attempt by a user
{
"input": {
"quizId": "quiz-123",
"answer": "opt2",
"context": "default"
}
}