Skip to content

Get phone book categories#

Minimum API level

API version 3.0 or higher

Function call (URL) Permissions Possible parameters
/app_address_categories user / sub-admin / admin none

Example call:

https://192.168.0.240/app_address_categories

Response type Possible content
id Id of category.
name The name of the category.
default Shows whether it is the default category: 0 no, 1 yes
type Shows which category type it is:
0 Standard category with a maximum of 2,000 entries in the phone book
1 COMfortel DECT 900 handsets 140 entries in the phone book
2 COMfortel DECT 900 handsets 250 entries in the phone book
3 Phone book version 1 with 400 entries in the phone book


* only COMpact 5000 (R), COMmander 6000(R, RX) allow categories 1, 2 and 3
- 0 is available in all models
Example response
[
        {
            "id": 4205,
            "name": "Einkauf",
            "default": 1,
            "type": 0
        }
]