This API will allow supplier to pull down list of all questions categories. These categories are used to get questions of a particular category.
Request
Header Params
x-access-token
string
required
YOUR_X-ACCESS-TOKEN_HERE
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://supplier.innovatemr.net/api/v2/supply/getQuestionsCategories' \
--header'x-access-token;'
Responses
🟢200OK
application/json
Body
apiStatus
string
required
msg
string
required
result
array [object {2}]
required
category
string
optional
code
string
optional
Example
{"apiStatus":"success","msg":"Questions categories are successfully fetched","result":[{"category":"Demographic","code":"DEM"},{"category":"Geographic"},{"category":"Testing_A"}]}