Fetch Activities

post/activitylog.fetch

Fetches activities for a CLIC module activity log in a concise format, e.g., when multiple 'add item' actions are performed consecutively, they are consolidated into a single activity log entry containing all details.

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

OK

Response Schema: application/json
object
201

Created

Request samples
application/json
{
  • "endRow": 0,
  • "oldValues": "string",
  • "operationType": "string",
  • "startRow": 0,
  • "textMatchStyle": "string",
  • "data": {
    • "_constructor": "string",
    • "operator": "string",
    • "criteria": [
      • {
        • "_constructor": "string",
        • "operator": "string",
        • "criteria": [
          ]
        }
      ]
    },
  • "sortBy": [
    • "string"
    ]
}
Response samples
application/json
{ }