API returns a list of all Answer options for the Question associated with the specified QuestionKey,country and language.NOTE: The country and language parameter names are case sensitive.Example below:https:///api/v2/supply/INCOME?country=IT&language=ITALIAN
Request
Path Params
Query Params
Header Params
Request Code 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/getAnswersByQuesKey/?country&language' \
--header'x-access-token;'
Responses
🟢200OK
application/json
Body
Example
{"apiStatus":"success","msg":"Answers are successfully searched","result":{"QuestionKey":"GENDER","QuestionId":2,"QuestionText":"What is your gender?","QuestionType":"Single Punch","QuestionOptions":[{"OptionText":"Male","id":1,"Order":1},{"OptionText":"Female","id":2,"Order":2}]}}