Snapshots and recordings
How to retrieve snapshots and records via REST API
List available media by conversation or by user
Limit result set to posts assigned one or more statuses.
completedPossible values: Offset the result set by a specific number of items.
Maximum number of items to be returned in result set.
10Limit response to media created after a given ISO 8601 compliant UTC date (format: 2020-01-01T15:00:00Z).
Limit response to media created before a given ISO 8601 compliant UTC date (format: 2020-01-01T16:00:00Z).
Limit results to those matching a string.
Sort collection by object attribute.
datePossible values: Order sort attribute ascending or descending.
descPossible values: Limit result set to attachments of a particular media type.
Limit result set to media assigned to a specific tag.
Limit result set to media attached to a specific user ID (set 'all' to limit result to the enterprise, admin role required).
Limit result set to media attached to a specific user group ID.
Limit result set to attachments of a particular source type.
Limit result set to attachments from a particular conversation. ID can be a string or an integer.
Good case
Good case
Retrieve details of a specific media
Set to the ID of the media that you want to return.
Good case
Good case
Get the binary file of a capture or a recording (download)
Download a media file
Set to the ID of the media that you want to download.
Download the media.
No content
Error case when the user is not allowed to download the media
Different kind of responses
No content
Update media metadata
The ID of the media to update.
The new title of updated media.
Latitude of geolocation data.
Longitude of geolocation data.
The new description of updated media.
OK
Bad Request
Forbidden
Not Found
Delete a media
The ID of the media to delete.
OK
Forbidden
Not Found
Use case:
Last updated