kustomer-client
    Preparing search index...

    Type Alias GetCustomerByExternalIdResponses

    type GetCustomerByExternalIdResponses = {
        "200": {
            data: {
                attributes: {
                    activeUsers: unknown[];
                    avatarUrl: string | null;
                    birthdayAt: string | null;
                    conversationCounts: {
                        all: number;
                        done: number;
                        open: number;
                        snoozed: number;
                    };
                    createdAt: string;
                    displayColor: string;
                    displayIcon: string;
                    displayName: string;
                    emails: {
                        email: string;
                        id: string
                        | null;
                        type: string;
                        verified: boolean;
                    }[];
                    externalId: string;
                    externalIds: {
                        externalId: string;
                        id: string
                        | null;
                        verified: boolean;
                    }[];
                    gender: string
                    | null;
                    lastActivityAt: string;
                    lastConversation: {
                        id: string;
                        sentiment: { confidence: number; polarity: number };
                        tags: unknown[];
                    };
                    lastCustomerActivityAt: string;
                    lastMessageIn: { sentAt: string; sentiment: string
                    | null };
                    lastSeenAt: string;
                    locale: string | null;
                    locations: unknown[];
                    modifiedAt: string;
                    name: string;
                    phones: unknown[];
                    presence: string;
                    preview: {
                        previewAt: string;
                        subject: string;
                        text: string;
                        type: string;
                    };
                    progressiveStatus: string;
                    recentLocation: { updatedAt: string };
                    rev: number;
                    sentiment: { confidence: number; polarity: number };
                    sharedEmails: {
                        email: string;
                        id: string | null;
                        type: string;
                        verified: boolean;
                    }[];
                    sharedExternalIds: unknown[];
                    sharedPhones: unknown[];
                    sharedSocials: unknown[];
                    signedUpAt: string
                    | null;
                    socials: unknown[];
                    tags: unknown[];
                    timeZone: string | null;
                    updatedAt: string;
                    urls: unknown[];
                    username: string | null;
                    verified: boolean;
                    watchers: unknown[];
                };
                id: string;
                links: { self: string };
                relationships: {
                    messages: { links: { self: string } };
                    modifiedBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                activeUsers: unknown[];
                avatarUrl: string | null;
                birthdayAt: string | null;
                conversationCounts: {
                    all: number;
                    done: number;
                    open: number;
                    snoozed: number;
                };
                createdAt: string;
                displayColor: string;
                displayIcon: string;
                displayName: string;
                emails: {
                    email: string;
                    id: string
                    | null;
                    type: string;
                    verified: boolean;
                }[];
                externalId: string;
                externalIds: { externalId: string; id: string
                | null; verified: boolean }[];
                gender: string | null;
                lastActivityAt: string;
                lastConversation: {
                    id: string;
                    sentiment: { confidence: number; polarity: number };
                    tags: unknown[];
                };
                lastCustomerActivityAt: string;
                lastMessageIn: { sentAt: string; sentiment: string
                | null };
                lastSeenAt: string;
                locale: string | null;
                locations: unknown[];
                modifiedAt: string;
                name: string;
                phones: unknown[];
                presence: string;
                preview: {
                    previewAt: string;
                    subject: string;
                    text: string;
                    type: string;
                };
                progressiveStatus: string;
                recentLocation: { updatedAt: string };
                rev: number;
                sentiment: { confidence: number; polarity: number };
                sharedEmails: {
                    email: string;
                    id: string | null;
                    type: string;
                    verified: boolean;
                }[];
                sharedExternalIds: unknown[];
                sharedPhones: unknown[];
                sharedSocials: unknown[];
                signedUpAt: string
                | null;
                socials: unknown[];
                tags: unknown[];
                timeZone: string | null;
                updatedAt: string;
                urls: unknown[];
                username: string | null;
                verified: boolean;
                watchers: unknown[];
            };
            id: string;
            links: { self: string };
            relationships: {
                messages: { links: { self: string } };
                modifiedBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    OK