Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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
  • No labels