Get Audit Records
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
404
Not Found
application/json
get
/public/v1/audit/records/{id}Last updated
Was this helpful?
OK
Not Found
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/audit/records/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "text",
"event": "text",
"summary": "text",
"details": "text",
"object": {
"id": "text",
"name": "text",
"icon": "text",
"objectType": "text"
},
"timestamp": "2026-01-03T23:30:46.334Z",
"actor": {
"id": "text",
"name": "text",
"icon": "text",
"account": {
"id": "text",
"name": "text",
"icon": "text",
"accountType": "text"
}
},
"type": "text",
"request": {
"api": {
"ip": "text",
"geolocation": {
"countryCode": "text",
"countryName": "text",
"region": "text"
},
"userAgent": "text"
},
"worker": {
"workerName": "text"
},
"log": {
"requestId": "text",
"operationId": "text"
}
},
"documents": {
"ANY_ADDITIONAL_PROPERTY": {
"options": {
"propertyNameCaseInsensitive": true
},
"parent": {
"options": {
"propertyNameCaseInsensitive": true
},
"parent": {},
"root": {}
},
"root": {}
}
},
"viewers": [
{
"id": "text",
"name": "text",
"type": "text",
"icon": "text"
}
]
}