MediaList
Class finesse.restservices.MediaList
Extends finesse.restservices.RestCollectionBaseRepresents the list of non-voice media such as chat and email for an agent. The media list available for an agent can be procured from the finesse.restservices.User object, which corresponds to the agent. Individual media channels can be extracted from the media list using their Id.
Example
For additional parameters and methods, see RestCollectionBase Common Parameters.
Method
getMedia(options)
Retrieves a specific media with the Id passed from the MediaList collection.
Example
Parameters
Name |
Type |
Description |
Required |
---|---|---|---|
options |
Object |
Options for the media object. For additional parameters and methods, see RestBase Common Parameters. |
Yes |
Returns
{finesse.restservices.Media}
The Media object.