Constructors

Properties

Methods

Constructors

Properties

args: {
    baseUri?: string;
    executeRequest: executeRequest;
    pathArgs: { ID: string; projectKey: string; resourceType: string };
}

Methods

  • The view_audit_log:{projectKey} scope is required, and depending on the resource type queried, their respective scopes must be granted.

    Parameters

    • OptionalmethodArgs: {
          headers?: { [key: string]: string | string[] };
          queryArgs?: {
              associateId?: string;
              businessUnit?: string;
              changes?: string | string[];
              clientId?: string;
              customerId?: string;
              "date.from"?: any;
              "date.to"?: any;
              excludePlatformInitiatedChanges?: string | string[];
              expand?: boolean;
              limit?: number;
              offset?: number;
              source?: string;
              stores?: string | string[];
              type?: string;
              userId?: string;
              [key: string]: QueryParam;
          };
      }

    Returns ApiRequest<RecordPagedQueryResponse>