Retrieves a list of events generated by the Pricefx server. See the Server Events article.
{- "endRow": 300,
- "oldValues": null,
- "operationType": "fetch",
- "startRow": 0,
- "textMatchStyle": "exact",
- "data": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "name",
- "operator": "iEquals",
- "value": "CALCULATION_COMPLETED_PG"
}
]
}
}
{- "response": {
- "node": "string",
- "startRow": 0,
- "data": [
- {
- "typedId": "string",
- "retriesLeft": 0,
- "createdBy": 0,
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "errorMessage": "string",
- "name": "string",
- "httpResponse": 0,
- "message": "string",
- "version": 0,
- "createDate": "2019-08-24T14:15:22Z",
- "lastUpdateBy": 0
}
], - "endRow": 0,
- "totalRows": 0,
- "status": 0
}
}