Function getGlossaryTermRevisions

  • Retrieves previous revisions of a term.

    Parameters

    • id: string

      The glossary id.

    • termId: string

      The term id.

    • query: {
          countTotal?: boolean;
          limit?: number;
          next?: string;
          prev?: string;
          sort?: "update" | "+update" | "-update";
      }

      an object with query parameters

      • OptionalcountTotal?: boolean

        Optional parameter to request total count for query

      • Optionallimit?: number

        The number of terms to get.

      • Optionalnext?: string

        Optional parameter to request the next page.

      • Optionalprev?: string

        Optional parameter to request the previous page.

      • Optionalsort?: "update" | "+update" | "-update"

        Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetGlossaryTermRevisionsHttpResponse>

    GetGlossaryTermRevisionsHttpError