Function getAppScriptHistory

  • Retrieves the script history for an app. Returns information about the saved versions of the script in a list sorted with latest first.

    Parameters

    • appId: string

      Identifier of the app.

    • query: { filter?: string; limit?: string; page?: string }

      an object with query parameters

      • Optionalfilter?: string

        A scim filter expression defining which script versions should be retrieved. Filterable fields are:

        • ScriptId
        • ModifiedTime
        • ModifierId
      • Optionallimit?: string
      • Optionalpage?: string
    • Optionaloptions: ApiCallOptions

    Returns Promise<GetAppScriptHistoryHttpResponse>

    GetAppScriptHistoryHttpError