GET/util/expertises
Supported Expertise Areas
Get the supported expertise areas
Example Response
{
"status": "success",
"code": 200,
"expertises": [
{
"id": "general",
"title": "General"
},
{
"id": "academic",
"title": "Academic"
},
{
"id": "banking",
"title": "Banking"
},
{
"id": "environmental",
"title": "Environmental"
},
{
"id": "finance",
"title": "Finance"
},
{
"id": "law",
"title": "Law"
},
{
"id": "forestery",
"title": "Forestry"
},
{
"id": "automotive",
"title": "Automative"
},
{
"id": "defense",
"title": "Defense"
},
{
"id": "insurance",
"title": "Insurance"
},
{
"id": "agriculture",
"title": "Agriculture"
},
{
"id": "textile",
"title": "Textile"
},
{
"id": "medicine",
"title": "Medicine"
}
],
"msg": "expertise can only be selected if quality is expert"
}