Constructors

Properties

Methods

Constructors

Properties

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

Type declaration

  • Optional baseUri?: string
  • executeRequest: executeRequest
  • pathArgs: {
        ID: string;
        projectKey: string;
        resourceType: string;
    }
    • 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

    • Optional methodArgs: {
          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;
          };
      }
      • Optional headers?: {
            [key: string]: string | string[];
        }
        • [key: string]: string | string[]
      • Optional 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;
        }
        • [key: string]: QueryParam
        • Optional associateId?: string
        • Optional businessUnit?: string
        • Optional changes?: string | string[]
        • Optional clientId?: string
        • Optional customerId?: string
        • Optional date.from?: any
        • Optional date.to?: any
        • Optional excludePlatformInitiatedChanges?: string | string[]
        • Optional expand?: boolean
        • Optional limit?: number
        • Optional offset?: number
        • Optional source?: string
        • Optional stores?: string | string[]
        • Optional type?: string
        • Optional userId?: string

    Returns ApiRequest<RecordPagedQueryResponse>