Get Contact list
Returns list of all contacts
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- List
Schema
- list_items object[]List of contacts 
{
  "list_items": [
    {
      "name": "Albert Einstein",
      "type": "multi",
      "number": "0001-01-11-11",
      "is_favorite": true,
      "is_default": true,
      "auto_answer": true,
      "in_black_list": false,
      "item_uid": 3
    }
  ]
}
{
  "list_items": [
    {
      "name": "Apartment 1111",
      "type": "regular",
      "number": "0001-01-11-11",
      "is_favorite": true,
      "is_default": true,
      "auto_answer": true,
      "in_black_list": false,
      "item_uid": 1
    },
    {
      "name": "Panel",
      "type": "individual",
      "number": "0001-01-11-11-1",
      "is_favorite": false,
      "is_default": true,
      "auto_answer": false,
      "in_black_list": false,
      "item_uid": 2
    },
    {
      "name": "Outdoor",
      "type": "multi",
      "number": "0001-01-01",
      "is_favorite": false,
      "is_default": false,
      "auto_answer": false,
      "in_black_list": false,
      "item_uid": 3
    },
    {
      "name": "Adolph Smith",
      "type": "regular",
      "number": "sip:[email protected]",
      "is_favorite": false,
      "is_default": false,
      "auto_answer": false,
      "in_black_list": false,
      "item_uid": 4
    }
  ]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...