List Security & Configuration Events

post/fetch/SAT

Retrieves events related to security (Management of User Groups, Management of Roles, Pricefx user account deactivation) and some configuration settings (e.g., changing default calculation logics).

Securitybasic or X-PriceFx-jwt
Request
Request Body schema: application/json
endRow
integer
oldValues
object or null
operationType
string
startRow
integer
textMatchStyle
string
object
_constructor
string
operator
string
Array of objects
Array
fieldName
string
operator
string
value
string
Responses
200

OK

Response Schema: application/json
object
node
string
startRow
integer
Array of objects (SecurityAuditTrail)
Array
typedId
string
lastUpdateDate
string <date-time>
userName
string <= 255 characters
version
integer
targetObjectName
string <= 255 characters
createdBy
integer
clientIP
string <= 255 characters
action
string
details
string
targetObjectType
string <= 255 characters
timestamp
string
createDate
string <date-time>
lastUpdateBy
integer
endRow
integer
totalRows
integer
status
integer
Request samples
application/json
{
  • "endRow": 300,
  • "oldValues": null,
  • "operationType": "fetch",
  • "startRow": 0,
  • "textMatchStyle": "exact",
  • "data": {
    • "_constructor": "AdvancedCriteria",
    • "operator": "and",
    • "criteria": [
      • {
        • "fieldName": "action",
        • "operator": "equals",
        • "value": "CHANGE_PASSWORD"
        }
      ]
    }
}
Response samples
application/json
{
  • "response": {
    • "node": "pricefx-cluster-app-frontend-759b69578b-sl8nj",
    • "startRow": 0,
    • "data": [
      • {
        • "version": 0,
        • "typedId": "2148351344.SAT",
        • "clientIP": "42.115.94.69,34.120.214.11",
        • "userName": "nhu.doe",
        • "targetObjectType": "User",
        • "targetObjectName": "john.doe",
        • "timestamp": "2024-07-01T07:04:25",
        • "createDate": "2024-07-01T07:04:25",
        • "createdBy": 2147489524,
        • "lastUpdateDate": "2024-07-01T07:04:25",
        • "lastUpdateBy": 2147489524,
        • "action": "CHANGE_PASSWORD"
        }
      ],
    • "endRow": 1,
    • "totalRows": 1,
    • "status": 0
    }
}