Interface ContactServiceQueueSearchParams

interface ContactServiceQueueSearchParams {
    attributes?: string;
    desktopProfileFilter?: boolean;
    filter?: string;
    page?: number;
    pageSize?: number;
    provisioningView?: boolean;
    search?: string;
    singleObjectResponse?: boolean;
    sortBy?: string;
    sortOrder?: "asc" | "desc";
}

Hierarchy

  • BaseSearchParams
    • ContactServiceQueueSearchParams

Properties

attributes?: string

Attributes to be returned

desktopProfileFilter?: boolean
filter?: string

Filter criteria using RSQL syntax

page?: number

Page number (starts from 0)

pageSize?: number

Number of items per page

provisioningView?: boolean
search?: string

Search keyword

singleObjectResponse?: boolean
sortBy?: string

Sort field

sortOrder?: "asc" | "desc"

Sort direction