Skip to main content

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

Returns an array of random questions.


Schema
  • Array [
  • id number required

    Unique identifier for the question

  • questionText string required

    Text content of the question

  • ]
Loading...