GetDocumentsByQueryOptions: {
    count?: number;
    richTextAs?: string;
    start?: number;
}

Options for /query operation.

Type declaration

  • Optionalcount?: number

    How many entries shall be returned, default = Integer.MaxInteger

  • OptionalrichTextAs?: string

    The string the RichText fields will be returned.

  • Optionalstart?: number

    At which entry should return values start (zero based), default = 0