Retrieve the question of the day
Retrieve the question of the day
Responses
- 200
Returns the question of the day.
- application/json
- Schema
- Example (from schema)
Schema
- id number required
Unique identifier for the question
- questionText string required
Text content of the question
{
"id": 0,
"questionText": "string"
}
Loading...