ConsensusApiFp ( configuration ?: Configuration , ) : { consensusCreateMerge ( rqId ?: string , consensusMergeCreateRequest ?: ConsensusMergeCreateRequest , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; consensusListSettings ( xOrganization ?: string , filter ?: string , org ?: string , orgId ?: number , page ?: number , pageSize ?: number , sort ?: string , taskId ?: number , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PaginatedConsensusSettingsList > , > ; consensusPartialUpdateSettings ( id : number , patchedConsensusSettingsRequest ?: PatchedConsensusSettingsRequest , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ConsensusSettings > , > ; consensusRetrieveSettings ( id : number , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ConsensusSettings > , > ; } Returns { consensusCreateMerge ( rqId ?: string , consensusMergeCreateRequest ?: ConsensusMergeCreateRequest , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; consensusListSettings ( xOrganization ?: string , filter ?: string , org ?: string , orgId ?: number , page ?: number , pageSize ?: number , sort ?: string , taskId ?: number , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PaginatedConsensusSettingsList > , > ; consensusPartialUpdateSettings ( id : number , patchedConsensusSettingsRequest ?: PatchedConsensusSettingsRequest , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ConsensusSettings > , > ; consensusRetrieveSettings ( id : number , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ConsensusSettings > , > ; } consensusCreateMerge : functionconsensusCreateMerge ( rqId ?: string , consensusMergeCreateRequest ?: ConsensusMergeCreateRequest , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Defined in api-client/consensus-api.ts:297 consensusListSettings : functionconsensusListSettings ( xOrganization ?: string , filter ?: string , org ?: string , orgId ?: number , page ?: number , pageSize ?: number , sort ?: string , taskId ?: number , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PaginatedConsensusSettingsList > , > Parameters Optional
xOrganization : string Optional
filter : string Optional
org : string Optional
orgId : number Optional
page : number Optional
pageSize : number Optional
sort : string Optional
taskId : number Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PaginatedConsensusSettingsList > , > Defined in api-client/consensus-api.ts:317 consensusPartialUpdateSettings : functionReturns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ConsensusSettings > , > Defined in api-client/consensus-api.ts:331 consensusRetrieveSettings : functionconsensusRetrieveSettings ( id : number , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ConsensusSettings > , > Parameters id : number Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ConsensusSettings > , > Defined in api-client/consensus-api.ts:344 Defined in api-client/consensus-api.ts:286
ConsensusApi - functional programming interface
Export