kustomer-client
    Preparing search index...

    Type Alias GetConversationEventsResponses

    type GetConversationEventsResponses = {
        "200": {
            data: {
                attributes: {
                    changes?: {
                        attributes: {
                            modifiedAt?: { after: string; before: string; op: string };
                            updatedAt?: { after: string; before: string; op: string };
                        };
                        relationships: {
                            customer?: {
                                after: {
                                    data: { id: string; type: string };
                                    links: { self: string };
                                };
                                before: {
                                    data: { id: string; type: string };
                                    links: { self: string };
                                };
                                op: string;
                            };
                        };
                    };
                    createdAt: string;
                    location: string
                    | null;
                    meta: string | null;
                    modifiedAt: string;
                    name: string;
                    publishedAt: string;
                    type: string;
                    updatedAt: string;
                };
                id: string;
                links: { self: string };
                relationships: {
                    conversation: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    createdBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    customer: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    modifiedBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    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: {
                        modifiedAt?: { after: string; before: string; op: string };
                        updatedAt?: { after: string; before: string; op: string };
                    };
                    relationships: {
                        customer?: {
                            after: {
                                data: { id: string; type: string };
                                links: { self: string };
                            };
                            before: {
                                data: { id: string; type: string };
                                links: { self: string };
                            };
                            op: string;
                        };
                    };
                };
                createdAt: string;
                location: string
                | null;
                meta: string | null;
                modifiedAt: string;
                name: string;
                publishedAt: string;
                type: string;
                updatedAt: string;
            };
            id: string;
            links: { self: string };
            relationships: {
                conversation: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                createdBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                customer: { data: { id: string; type: string }; links: { self: string } };
                modifiedBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                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