@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface PropertyList

    The created property list

    interface PropertyList {
        list_id: string;
        name: string;
        description?: string;
        principal?: string;
        base_properties?: BasePropertySource[];
        filters?: PropertyListFilters;
        brand_manifest?: BrandManifest;
        webhook_url?: string;
        cache_duration_hours?: number;
        created_at?: string;
        updated_at?: string;
        property_count?: number;
    }
    Index

    Properties

    list_id: string

    Unique identifier for this property list

    name: string

    Human-readable name for the list

    description?: string

    Description of the list's purpose

    principal?: string

    Principal identity that owns this list

    base_properties?: BasePropertySource[]

    Array of property sources to evaluate. Each entry is a discriminated union: publisher_tags (publisher_domain + tags), publisher_ids (publisher_domain + property_ids), or identifiers (direct identifiers). If omitted, queries the agent's entire property database.

    brand_manifest?: BrandManifest
    webhook_url?: string

    URL to receive notifications when the resolved list changes

    cache_duration_hours?: number

    Recommended cache duration for resolved list. Consumers should re-fetch after this period.

    created_at?: string

    When the list was created

    updated_at?: string

    When the list was last modified

    property_count?: number

    Number of properties in the resolved list (at time of last resolution)