Runtime
Lista de APIs disponíveis para interação com runtimes do sistema.
Buscar Runtimes cadastrado na empresa
GET
https://app.rpaidea.com/integration/v2/runtime
Busca os runtimes cadastrado na empresa do usuário logado.
Pode utilizar x-api-key ou Authorization.
Headers
Name
Type
Description
Authorization
string
Bearer {RESULT-OF-LOGIN}
Content-Type*
string
application/json
x-api-key
String
Token
[
{
"_idEx": "64960c089c332205943f5571",
"name": "RuntimeRefactor",
"runtimeVersion": "3.0.0",
"checkOnline": "DISCONNECT",
"clientId": "5322hab36f-8382-43f4-8478-bf2e5a6e4fdc",
"host": "DESKTOP-LDJDB34",
"tokenIntegration": "54893208439vj34f9j3rvvxvcw29",
"balance": false
}
]
Last updated
Was this helpful?