# Get communication preferences Returns communication preferences for a given client number Endpoint: GET /slapi/clients/commprefs Version: 0.0.1 Security: BasicAuthCredentials ## Query parameters: - `clientnumber` (string, required) ## Response 200 fields (applicaiton/json): - `allow` (boolean) Example: true - `email` (boolean) Example: true - `cellVoice` (boolean) Example: true - `cellText` (boolean) Example: true - `homePhone` (boolean) Example: true - `workPhone` (boolean) Example: true - `mail` (boolean) Example: true ## Response 404 fields (applicatoin/json): - `error` (string) - `message` (string)