Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Query cases on specified channel.

DataTable $Domain.ListCases(channelId: string)

Query cases on specified channel.

DataTable $Domain.ListCases(channelId: string, query: string)

Query cases on specified channel.

DataTable $Domain.ListCases(channelId: string, query: string, start: number, length: number)

Query cases on specified channel.

DataTable $Domain.ListCases(channelId: string, query: string, start: number, length: number, columns: string, orderBy: string, order: string)

Arguments

string channelId
of cases to list
string query
to execute
number start
number length
number start
number of list result
number length
of list result
string columns
of list result
string orderBy
of list result
string order
type of list result