November 8, 2019 – We’ve deprecated this API version. Please upgrade to our much snazzier v2 (view more info here).

Request

Method GET
Path /api/creators/riddle/get-list
Example https://www.riddle.com/api/creators/riddle/get-list?token=<your-token>&type=quiz
Params
NameRequiredDefaultExamplesNotes
tokenyes--Your plugin token
typenoallall, quiz, poll etc.Filter by riddle type, e.g. if you want a list of all your quizzes.
teamIdno-123The id of your team, which the list should be filtered
pageno11, 2, 3 etc.Pager

Response

Type JSON
Example
[{
    items: [
        [
            id: 42,
            title: "My awesome Quiz",
            type: "quiz",
            thumb: "https://..."
        ]
    ], 
    page: 1
}]

Leave a Comment