Gets a list of the riddles from a team / user.
Name | Type | Required | Description |
---|---|---|---|
team | int|null | if you want to get the riddles from a specific team, send the team ID here; if not sent, the riddles from the current user/team will be fetched (depending on the API key permissions) | |
type | string|null | null (= all) / Poll / Quiz / Form | |
tags | array | an array (!) of all the tag IDs that should get included | |
status | string|null | null (= all) / published / modified / draft | |
search | string | any search term | |
sortBy | string | created / published / modified | |
sortOrder | string | ASC / DESC | |
page | int | the page you want to fetch, if not sent you'll get the first page (10 riddles per page) |
Full route: creatorV2_api_riddle_list
Publishes a riddle with the specified UUID.
Name | Type | Required | Description |
---|---|---|---|
UUID | string | X | The Riddle UUID you want to publish |
Full route: creatorV2_api_riddle_publish
Unpublishes a riddle with the specified UUID.
Name | Type | Required | Description |
---|---|---|---|
UUID | string | X | The Riddle UUID you want to unpublish |
Full route: creatorV2_api_riddle_unpublish
Renames a riddle with the specified UUID.
Name | Type | Required | Description |
---|---|---|---|
UUID | string | X | The Riddle UUID you want to rename |
Name | Type | Required | Description |
---|---|---|---|
title | string | X | the new title of the given Riddle |
Full route: creatorV2_api_riddle_rename
Gets the embed code for a given Riddle.
Name | Type | Required | Description |
---|---|---|---|
UUID | string | X | The UUID of the Riddle you want to get the embed code for. Also works with old V1 IDs. |
Full route: creatorV2_api_riddle_embedCode
Gets a riddle with a specific UUID.
Name | Type | Required | Description |
---|---|---|---|
UUID | string | X | The UUID of the Riddle you want to retrieve |
Full route: creatorV2_api_riddle_get