v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBLogs
Get instance logs
post/admin/logs
Request body
Example request
{
"id": "12345",
"title": "Attribute (448272) from Event (1): Other/text foo",
"model_id": "12345",
"user_id": "12345",
"change": "%name () => (ORGNAME)%",
"org": "ORG_%",
"description": "%updated by User%"
}Response
Get logs response
Example response
[
{
"Log": {
"id": "12345",
"title": "Attribute (448272) from Event (1): Other/text foo",
"model_id": "12345",
"user_id": "12345",
"change": "name () => (ORGNAME)",
"org": "ORGNAME",
"description": "Organisation \"ORGNAME\" (1) added by User \"SYSTEM\" (0).",
"ip": "10.0.0.10"
}
}
]