kustomer-client
    Preparing search index...

    Type Alias GetConversationAttachmentsResponses

    type GetConversationAttachmentsResponses = {
        "200": {
            data: {
                attributes?: {
                    contentLength: number;
                    contentType: string;
                    name: string;
                    redacted: boolean;
                };
                id?: string;
                links?: { related: string; self: string };
                relationships?: {
                    message: {
                        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?: {
                contentLength: number;
                contentType: string;
                name: string;
                redacted: boolean;
            };
            id?: string;
            links?: { related: string; self: string };
            relationships?: {
                message: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type?: string;
        }[];
    }

    OK