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 |
Parameter | Description | Required |
name | Name of the Question Bank | Required |
description | Description for the Question Bank | Optional |
url | URL of the Question Bank | Optional |
isPublic | Boolean value to allow the Question Bank for Public view | Optional |
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