Interface CollectionsApiListCollectionsRequest

Hierarchy

  • CollectionsApiListCollectionsRequest
    • CollectionsApiListCollectionsRequest

Properties

pageSize?: number

Page size of the result

Memberof

CollectionsApiListCollections

cursor?: string

Cursor

Memberof

CollectionsApiListCollections

orderBy?: "address" | "name" | "updated_at" | "project_id" | "created_at"

Property to sort by

Memberof

CollectionsApiListCollections

direction?: string

Direction to sort (asc/desc)

Memberof

CollectionsApiListCollections

blacklist?: string

List of collections not to be included, separated by commas

Memberof

CollectionsApiListCollections

whitelist?: string

List of collections to be included, separated by commas

Memberof

CollectionsApiListCollections

keyword?: string

Keyword to search in collection name and description

Memberof

CollectionsApiListCollections

Generated using TypeDoc