curl --location --request GET 'https://supplier.innovatemr.net/api/v2/supply/getQuotaForSurvey/' \
--header 'x-access-token;' \
--header 'Content-Type: application/json'{
"apiStatus": "success",
"msg": "Quotas are successfully searched",
"result": [
{
"_id": "59b778c66e4c0b1c8288f6ad",
"id": 780275,
"quotaN": 10,
"title": " 13 - 99 Yes, for business Yes, for personal Yes, for both",
"quotaName": "",
"hardStopType": 0,
"cmp": 1,
"clk": 1,
"hardStop": 1,
"quotaStatus": "Open",
"RemainingN": 9,
"targeting": {
"AGE": [
{
"ageEnd": 99,
"ageStart": 13,
"OptionId": 1
}
],
"TECHNOLOGY_87": [
{
"OptionText": "Yes, for business",
"OptionId": 1
},
{
"OptionText": "Yes, for personal",
"OptionId": 2
},
{
"OptionText": "Yes, for both",
"OptionId": 3
}
]
}
},
{
"_id": "59b778c66e4c0b1c8288f6af",
"id": 780276,
"quotaN": 10,
"title": " 3rd Grade or less Middle School - Grades 4 - 8 Completed some high school High school graduate Completed some college, but no degree",
"quotaName": "",
"hardStopType": 0,
"cmp": 0,
"clk": 0,
"hardStop": 1,
"quotaStatus": "Open",
"RemainingN": 10,
"targeting": {
"EDUCATION": [
{
"OptionId": 1,
"OptionText": "3rd Grade or less"
},
{
"OptionId": 2,
"OptionText": "Middle School - Grades 4 - 8"
},
{
"OptionId": 3,
"OptionText": "Completed some high school"
},
{
"OptionId": 4,
"OptionText": "High school graduate"
},
{
"OptionId": 6,
"OptionText": "Completed some college, but no degree"
}
]
}
}
]
}