curl --location --request GET 'https://supplier.innovatemr.net/api/v2/mapping/metadata/' \
--header 'x-access-token;' \
--header 'Content-Type: application/json'{
"apiStatus": "string",
"result": {
"countries": [
{
"name": "string",
"code": 0
}
],
"categories": [
"string"
],
"jobTypes": [
"string"
],
"questionTypes": [
"string"
],
"languages": [
{
"name": "string",
"code": 0
}
],
"groupTypes": [
"string"
],
"deviceType": [
"string"
],
"surveyStatus": {
"PreSurveyDNC": 0,
"Completed": 0,
"Failed": 0,
"OverQuota": 0,
"QualityTermination": 0,
"PreSurveyTermination": 0,
"StartSurveyDNC": 0,
"PreSurveyOverQuota": 0,
"PreSurveyQualityTermination": 0
},
"dmaMapping": [
{
"OptionId": 0,
"DMA_NAME": "string",
"DMA_CODE": 0
}
]
}
}