@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface ListCollectionListsRequest

    Request parameters for listing collection lists

    interface ListCollectionListsRequest {
        adcp_major_version?: number;
        account?: AccountReference;
        name_contains?: string;
        pagination?: PaginationRequest;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    adcp_major_version?: number

    The AdCP major version the buyer's payloads conform to. Sellers validate against their supported major_versions and return VERSION_UNSUPPORTED if unsupported. When omitted, the seller assumes its highest supported version.

    1

    99

    name_contains?: string

    Filter to lists whose name contains this string

    pagination?: PaginationRequest
    context?: ContextObject
    ext?: ExtensionObject