Circle V2 API Docs
    Preparing search index...

    Type Alias ListContactsParams

    type ListContactsParams = {
        contactTypeId?: string;
        entityId: EntityId;
        limit?: number;
        offset?: number;
        search?: string;
        sortBy?: "name" | "created_at";
        sortOrder?: "asc" | "desc";
    }
    Index

    Properties

    contactTypeId?: string
    entityId: EntityId
    limit?: number
    offset?: number
    search?: string
    sortBy?: "name" | "created_at"
    sortOrder?: "asc" | "desc"