Class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsRequestBuilder
 Constructors
constructor
Parameters
- args: {
    baseUri?: string;
    executeRequest: executeRequest;
    pathArgs: {
        associateId: string;
        businessUnitKey: string;
        projectKey: string;
    };
} 
 Properties
Protected Readonlyargs
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
OptionalmethodArgs: {
    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 }