latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Shared Voicemail

Retrieve a shared voicemail mail

Retrieve shared voicemail mail details.

get/shared_voicemails/{id}/voicemails/{mail_id}

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the shared voicemail.

mail_idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of voicemail.

Response

OK

idstring

The unique ID of the resource.

senderstring

The sender number of the voicemail.

created_atstring date_time

The RFC 3339 format is defined by The date_time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

durationinteger

The playback time (in seconds).

status'READ' | 'UNREAD'

Status of the voicemail includes:

  • READ: read mail
  • UNREAD: unread mail
file_namestring

The name of the file.

file_sizeinteger

The file size in bytes.

file_urlstring

The relative path to file url for file downloading.

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw",
  "created_at": "2017-07-21T17:32:28Z",
  "file_url": "/api/blobs/WexWdABcd5D4PDgzTKV3gAAAEu00WcK"
}