kustomer-client
    Preparing search index...

    Type Alias GetMessagesByCustomerData

    type GetMessagesByCustomerData = {
        body?: never;
        path: { id: string };
        query?: { include?: string; page?: number; pageSize?: number };
        url: "/customers/{id}/messages";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: string }

    Type declaration

    • id: string

      Unique ID of the customer

    query?: { include?: string; page?: number; pageSize?: number }

    Type declaration

    • Optionalinclude?: string

      List of resources to include in this response. Use a comma to separate resources. Supports the attachments resource.

    • Optionalpage?: number

      Number of pages to return for results. Default value: 1.

    • OptionalpageSize?: number

      Number of results to return per page. Default value: 100.

    url: "/customers/{id}/messages"