GET /services/:csi/voicemails/default/unread_messages

Description

Retrieves the list of unread messages on this voicemail. Only available when authenticated as a contact.

URL

https://api.keyyo.com/manager/1.0/services/:csi/voicemails/default/unread_messages

Parameters

:csi

The Common Service Identifier of the service

Applicable types:

VoIPAccount MobileAccount ACDService

Result

A list of:
VoicemailMessage A read or unread message on a service's voicemail.

Relationships

GET /services/:csi/voicemails/default Retrieves the default voicemail of a service.
GET /services/:csi/voicemails/default/read_messages Retrieves the list of read messages on this voicemail. Only available when authenticated as a contact.
GET /services/:csi/voicemails/default/unread_messages/:identifier Retrieves an unread voicemail message based on its identifier. Only available when authenticated as a contact.