Skip to content

QueueGetAllOptions

type QueueGetAllOptions = RequestOptions & PaginationOptions & {
  folderId?: number;
};

Options for getting queues across folders

Type Declaration

folderId?

optional folderId: number;

Optional folder ID to filter queues by folder