Retrieve random questions
Retrieve random questions
Query Parameters
- num number required
Number of random questions to retrieve
- excludeIds string
IDs of questions to exclude
Responses
- 200
Returns an array of random questions.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- id number required
Unique identifier for the question
- questionText string required
Text content of the question
- ]
[
{
"id": 0,
"questionText": "string"
}
]
Loading...