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

    Interface ListContentStandardsRequest

    Request parameters for listing content standards configurations

    interface ListContentStandardsRequest {
        adcp_major_version?: number;
        channels?: MediaChannel[];
        languages?: string[];
        countries?: 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

    channels?: MediaChannel[]

    Filter by channel

    languages?: string[]

    Filter by BCP 47 language tags

    countries?: string[]

    Filter by ISO 3166-1 alpha-2 country codes

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