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 | Name | Required | Default | Examples | Notes | token | yes | - | - | Your plugin token | type | no | all | all, quiz, poll etc. | Filter by riddle type, e.g. if you want a list of all your quizzes. | teamId | no | - | 123 | The id of your team, which the list should be filtered | page | no | 1 | 1, 2, 3 etc. | Pager | |
Response
Type | JSON |
Example | [{
items: [
[
id: 42,
title: "My awesome Quiz",
type: "quiz",
thumb: "https://..."
]
],
page: 1
}] |