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