BaseListResponse: {
    id: number;
    list_size: number;
    name: string;
    owner_id: number;
    public: boolean;
    type: EntityType;
}

Type declaration

  • id: number

    The unique identifier of the list object.

  • list_size: number

    The number of list entries contained within the list.

  • name: string

    The title of the list that is displayed in Affinity.

  • owner_id: number

    The unique ID of the internal person who owns the list. See here for permissions held by a list's owner.

  • public: boolean

    When true, the list is publicly accessible to all users in your Affinity account. When false, the list is private to the list's owner and (explicitly set) additional users.

  • type: EntityType

    The type of the entities (people, organizations, or opportunities) contained within the list. Each list only supports one entity type.