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

    Interface GetPropertyListRequest

    Request parameters for retrieving a property list with resolved identifiers

    interface GetPropertyListRequest {
        list_id: string;
        resolve?: boolean;
        max_results?: number;
        cursor?: string;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    list_id: string

    ID of the property list to retrieve

    resolve?: boolean

    Whether to apply filters and return resolved identifiers (default: true)

    max_results?: number

    Maximum identifiers to return (for large lists)

    cursor?: string

    Pagination cursor for large result sets

    context?: ContextObject
    ext?: ExtensionObject