Class ByProjectKeyRequestBuilder
Constructors
constructor
Parameters
- args: {
baseUri?: string;
executeRequest: executeRequest;
pathArgs: { projectKey: string };
}
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { projectKey: string };} Methods
get
get( 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; resourceId?: string; resourceKey?: string; resourceTypes?: string | string[]; source?: string; stores?: string | string[]; type?: string; userId?: string; [key: string]: QueryParam; }; },): ApiRequest<RecordPagedQueryResponse> 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;
resourceId?: string;
resourceKey?: string;
resourceTypes?: string | string[];
source?: string;
stores?: string | string[];
type?: string;
userId?: string;
[key: string]: QueryParam;
};
}
withResourceTypeValue
Parameters
- childPathArgs: { resourceType: string }
The
view_audit_log:{projectKey}
scope is required, and depending on the resource type queried, their respective scopes must be granted.