kustomer-client
    Preparing search index...

    Type Alias GetAttachmentsByIdData

    type GetAttachmentsByIdData = {
        body?: never;
        path: { id: string };
        query?: never;
        url: "/attachments/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: string }

    Type declaration

    • id: string

      ID of attachment to retrieve.

      You can provide a comma-delimited list of IDs to receive an array of attchments matching those IDs.

    query?: never
    url: "/attachments/{id}"