Skip to main content

Create a question bank

The purpose of this API is to create a question bank.

Request URL: https://learn.zoho.com/learn/api/v1/portal/<portalUrl>/question-bank
OAuth Scope:ZohoLearn.questionbank.CREATE
Request Method:POST
ParameterDescriptionRequired
nameName of the Question BankRequired
descriptionDescription for the Question BankOptional
urlURL of the Question BankOptional
isPublic Boolean value to allow the Question Bank for Public viewOptional

Response

Copied{
   "STATUS": "OK",
   "QUESTION_BANK": {
       "questionCount": "0",
       "clientsCount": "0",
       "colorIndex": "0",
       "articleCount": "0",
       "type": "QUESTION_BANK",
       "url": "question-bank-1-1",
       "coAuthors": [],
       "name": "Question bank 1",
       "createdTime": "Today, 11:18 PM",
       "categories": [],
       "id": "6342496000000087019",
       "logoBgColorIndex": "0",
       "createdUser": "799705715",
       "status": "ACTIVE"
   }
}

Show full

Show less

Sample URL

Copied{
   "STATUS": "OK",
   "QUESTION_BANK": {
       "questionCount": "0",
       "clientsCount": "0",
       "colorIndex": "0",
       "articleCount": "0",
       "type": "QUESTION_BANK",
       "url": "question-bank-1-1",
       "coAuthors": [],
       "name": "Question bank 1",
       "createdTime": "Today, 11:18 PM",
       "categories": [],
       "id": "6342496000000087019",
       "logoBgColorIndex": "0",
       "createdUser": "799705715",
       "status": "ACTIVE"
   }
}

Show full

Show less