kustomer-client
    Preparing search index...

    Type Alias GetAllCustomerEventsResponses

    type GetAllCustomerEventsResponses = {
        "200": {
            data: {
                attributes: {
                    changes?: {
                        attributes: {
                            conversationCounts?: {
                                after: {
                                    all: number;
                                    done: number;
                                    open: number;
                                    snoozed: number;
                                };
                                before: { all: number; done: number; open: number; snoozed: number };
                                op: string;
                            };
                            lastActivityAt?: { after: string; before: string; op: string };
                            lastCustomerActivityAt?: {
                                after: string;
                                before: string | null;
                                op: string;
                            };
                            lastSeenAt?: { after: string; before: string
                            | null; op: string };
                            presence?: { after: string; before: string | null; op: string };
                            progressiveStatus?: {
                                after: string;
                                before: string | null;
                                op: string;
                            };
                            rev: { after: number; before: number; op: string };
                            updatedAt?: { after: string; before: string; op: string };
                        };
                        relationships: { [key: string]: unknown };
                    };
                    createdAt: string;
                    location: string
                    | null;
                    meta: string | null;
                    modifiedAt: string | null;
                    name: string;
                    publishedAt: string;
                    type: string;
                    updatedAt: string;
                };
                id: string;
                links: { self: string };
                relationships: {
                    conversation?: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    createdBy: string
                    | null;
                    customer: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    message?: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    modifiedBy: string
                    | null;
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            }[];
            links: {
                first: string;
                next: string
                | null;
                prev: string | null;
                self: string;
            };
            meta: { [key: string]: unknown };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                changes?: {
                    attributes: {
                        conversationCounts?: {
                            after: { all: number; done: number; open: number; snoozed: number };
                            before: { all: number; done: number; open: number; snoozed: number };
                            op: string;
                        };
                        lastActivityAt?: { after: string; before: string; op: string };
                        lastCustomerActivityAt?: {
                            after: string;
                            before: string | null;
                            op: string;
                        };
                        lastSeenAt?: { after: string; before: string
                        | null; op: string };
                        presence?: { after: string; before: string | null; op: string };
                        progressiveStatus?: {
                            after: string;
                            before: string | null;
                            op: string;
                        };
                        rev: { after: number; before: number; op: string };
                        updatedAt?: { after: string; before: string; op: string };
                    };
                    relationships: { [key: string]: unknown };
                };
                createdAt: string;
                location: string
                | null;
                meta: string | null;
                modifiedAt: string | null;
                name: string;
                publishedAt: string;
                type: string;
                updatedAt: string;
            };
            id: string;
            links: { self: string };
            relationships: {
                conversation?: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                createdBy: string
                | null;
                customer: { data: { id: string; type: string }; links: { self: string } };
                message?: { data: { id: string; type: string }; links: { self: string } };
                modifiedBy: string | null;
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        }[];
        links: {
            first: string;
            next: string
            | null;
            prev: string | null;
            self: string;
        };
        meta: { [key: string]: unknown };
    }

    OK