kustomer-client
    Preparing search index...

    Type Alias GetAllEventsByCustomerForSessionResponses

    type GetAllEventsByCustomerForSessionResponses = {
        "200": {
            data: {
                attributes: {
                    app: string | null;
                    createdAt: string;
                    location: {
                        areaCode: string;
                        cityName: string;
                        countryCode: string;
                        countryName: string;
                        latitude: number;
                        longitude: number;
                        regionCode: string;
                        regionName: string;
                        zipCode: string;
                    };
                    meta: { statusStr: string };
                    name: string;
                    publishedAt: string;
                    realIp: string;
                    sessionId: string;
                    trackingEvent: string;
                };
                id: string;
                links: { self: string };
                relationships: {
                    createdBy: string | null;
                    customer: {
                        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: {
                app: string | null;
                createdAt: string;
                location: {
                    areaCode: string;
                    cityName: string;
                    countryCode: string;
                    countryName: string;
                    latitude: number;
                    longitude: number;
                    regionCode: string;
                    regionName: string;
                    zipCode: string;
                };
                meta: { statusStr: string };
                name: string;
                publishedAt: string;
                realIp: string;
                sessionId: string;
                trackingEvent: string;
            };
            id: string;
            links: { self: string };
            relationships: {
                createdBy: string | null;
                customer: { 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