URL: api/get-auto-assign

Method: GET

Description : Get Auto Assign Settings Details

Success Response :

{
  "success": true,
  "data": {
    "autoAssign": {
      "threshold": "12",
      "is_location": "1",
      "assign_department_option": "specific",
      "department_list": [
      {
        "id": 1,
        "name": "Support",
        "form_identifier": "department_1"
      },
      {
        "id": 3,
        "name": "Operation",
        "form_identifier": "department_3"
      }
    ],
      "assign_with_type": "1",
      "assign_not_accept": "1",
      "only_login": "1",
      "status": "1"
    }
  }
}