List Questions
Get all questions from a specific question bank (no pagination)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Question bank ID
Query parameters
search
Search in question text
category
Filter by category
subCategory
Filter by sub-category
difficultyLevel
Filter by difficulty: easy|medium|hard
questionType
Filter by type: mcq|coding|behavioral
sortBy
Sort by: createdAt|question|category|difficultyLevel (default: createdAt)
sortOrder
asc|desc (default: desc)
Response
Questions retrieved successfully
success
data
timestamp
version
Errors
404
Not Found Error