GET /users/get_all_positons?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"success": "true",
"error_msg": "",
"errors": {},
"response": {
"result": [
{
"id": 0,
"position_name": "Other"
},
{
"id": 1,
"position_name": "Python Developer"
},
{
"id": 9,
"position_name": "React Native developer"
},
{
"id": 10,
"position_name": "Laravel developer"
},
{
"id": 11,
"position_name": "Angular developer"
},
{
"id": 12,
"position_name": "Dot Net Developer"
}
]
}
}