Retrieve all question types
Retrieve all question types
Responses
- 200
Returns an array of question types.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- id number required
Unique identifier for the question type
- name string required
Name of the question type
- ]
[
{
"id": 0,
"name": "string"
}
]
Loading...