Class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsRequestBuilder
Constructors
constructor
Parameters
- args: {
baseUri?: string;
executeRequest: executeRequest;
pathArgs: {
associateId: string;
businessUnitKey: string;
projectKey: string;
};
}
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { associateId: string; businessUnitKey: string; projectKey: string; };} Methods
get
get( methodArgs?: { headers?: { [key: string]: string | string[] }; queryArgs?: { expand?: string | string[]; limit?: number; offset?: number; sort?: string | string[]; where?: string | string[]; withTotal?: boolean; [key: string]: QueryParam; }; },): ApiRequest<ApprovalFlowPagedQueryResponse> Parameters
Optional
methodArgs: {
headers?: { [key: string]: string | string[] };
queryArgs?: {
expand?: string | string[];
limit?: number;
offset?: number;
sort?: string | string[];
where?: string | string[];
withTotal?: boolean;
[key: string]: QueryParam;
};
}
withId
Parameters
- childPathArgs: { ID: string }