Skip to main content
GET
/
api
/
v1
/
badging
/
badge
/
questions
GET /api/v1/badging/badge/questions
curl --request GET \
  --url https://api.scoot.app/api/v1/badging/badge/questions
[
  {
    "title": "<string>",
    "type": "PROFILE",
    "inputType": "TEXT",
    "description": "<string>",
    "visibility": "ALL",
    "required": true,
    "featured": true,
    "options": [
      "<string>"
    ]
  }
]
Gets all badge questions.

Query Parameters

socialRoomSetId
string<uuid>
required
page
integer
default:0

Page number to get, used with pageSize

size
integer
default:20

Number of items to get in one request, used with page

sort
string

Property to sort by. Append ',' and directions 'asc/desc' to change direction

Response

200 - application/json

OK

title
string
type
enum<string>
Available options:
PROFILE,
STANDARD,
CUSTOM,
INVISIBLE
inputType
enum<string>
Available options:
TEXT,
PARAGRAPH,
SINGLE_SELECT,
MULTI_SELECT,
NUMBER
description
string
visibility
enum<string>
Available options:
ALL,
ACCOUNT_USERS,
HOSTS,
INTERNAL
required
boolean
options
string[]
I