Function: AgentApiFactory()
AgentApiFactory(
configuration?,basePath?,axios?):object
AgentApi - factory interface
Parameters
configuration?
basePath?
string
axios?
AxiosInstance
Returns
apiV1AgentsGet()
apiV1AgentsGet(
hiddenState?,skip?,take?,options?):AxiosPromise<AgentResponseDTO[]>
Parameters
hiddenState?
skip?
number
take?
number
options?
RawAxiosRequestConfig
Override http request option.
Returns
AxiosPromise<AgentResponseDTO[]>
Throws
apiV1AgentsIdGet()
apiV1AgentsIdGet(
id,options?):AxiosPromise<AgentResponseDTO>
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
AxiosPromise<AgentResponseDTO>
Throws
apiV1AgentsIdPatch()
apiV1AgentsIdPatch(
id,agentUpdateDTO?,options?):AxiosPromise<AgentResponseDTO>
Parameters
id
string
agentUpdateDTO?
options?
RawAxiosRequestConfig
Override http request option.
Returns
AxiosPromise<AgentResponseDTO>
Throws
apiV1AgentsPost()
apiV1AgentsPost(
agentCreateRequestDTO?,options?):AxiosPromise<AgentResponseDTO>
Parameters
agentCreateRequestDTO?
options?
RawAxiosRequestConfig
Override http request option.
Returns
AxiosPromise<AgentResponseDTO>