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

        Maximum number of records to return from this request.

      • Optionalpage?: string

        Opaque definition of which page of the result set to return. Returned from a previous call using the same filter. Not yet supported.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetAppScriptHistoryHttpResponse>

    GetAppScriptHistoryHttpError