The Channel API handles methods to create and manage each CHannel of a Virtual Agent.
API SUBPATH: eva-channel
Pagination and Listings
Because both the listing at the flow tree and the pagination persist in the screen for a long period of time, the listing methods retrieve full information and should be locally stored to handle their data, rather than continuously requesting for each channel's data on a nominal GET info method.
This parameter is a condition to return the channel All. Parameter that filters the channel all, when its value is 'channels' the channel all will not be returned
Endpoint for validating if a channel already exists with the provided name or DNIS
This endpoint performs validation based on the request type using corresponding Validator class (ChannelValidator or DnisValidator). It validates if a channel with the provided name or DNIS already exists.