create one or multiple questionBanks
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
questionBank
title
string
required
values
array of objects
required
values*
ADD object
- archivedAt: string
- archivedBy: string
``201 One or many questionBank documents created. Wrapped in a JsonAPI root response.
``500 default error response
Updated
about 2 months ago
cURL Example
curl --request POST \
--url https://services.fountain.com/api/servicepulse/questionBanks \
--header 'accept: application/json' \
--header 'content-type: application/json'
Response Codes
201500
Updated
about 2 months ago