kustomer-client
    Preparing search index...

    Type Alias GetSlaByIdData

    type GetSlaByIdData = {
        body?: never;
        path: { id: string };
        query?: { versions?: "active" | "all" };
        url: "/slas/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: string }

    Type declaration

    • id: string

      Unique SLA ID.

    query?: { versions?: "active" | "all" }

    Type declaration

    • Optionalversions?: "active" | "all"

      Option to include information about SLA versions. Use all to retrieve information about all versions. Use active to retrieve information about the active version only.

    url: "/slas/{id}"