Lista de APIs responsáveis por gerenciar os registros de conhecimentos do Agente.
Criar registro
POST
https://apieva.xvia.com.br
/dataset/record/{conhecimentoid}
Listar registros
GET
https://apieva.xvia.com.br
/dataset/record/{conhecimentoid}/list
Lista todos os registros disponíveis no conhecimento selecionado.
path Parameters
conhecimentoidstring · requiredID do conhecimento.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Excluir registro
DELETE
https://apieva.xvia.com.br
/dataset/record/{conhecimentoid}/{recordid}
Exclui um registro específico de um conhecimento.
path Parameters
conhecimentoidstring · requiredID do conhecimento.
recordidstring · requiredID do registro.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Rate Limiting Response
typestring · requiredA URI reference that identifies the problem.
titlestring · requiredA short, human-readable summary of the problem.
statusnumber · requiredThe HTTP status code.
instancestring
