Description

The util resource contains utility end-points:


GET /objectChanges

Returns a list of all changes made since a given date. The date from when the changes have to be delivered must be appended to the end point with the format yyyy-MM-dd'T'HH:mm:ss:

A JSON message with all objects changed since the specified date will be returned. If a given object has changed multiple times only the latest will be returned.

 [
  {
    "objectType": "DocumentLine",
    "objectKey": 244324299,
    "activityType": "U",
    "activityDate": "2016-09-30T11:45:19"
  },
  {
    "objectType": "Document",
    "objectKey": 244324303,
    "activityType": "U",
    "activityDate": "2016-09-30T11:45:19"
  },
  {
    "objectType": "Document",
    "objectKey": 244324303,
    "activityType": "U",
    "activityDate": "2016-09-30T11:45:19"
  },
  {
    "objectType": "DocumentLine",
    "objectKey": 244324297,
    "activityType": "U",
    "activityDate": "2016-09-30T11:45:19"
  },
  {
    "objectType": "DocumentLine",
    "objectKey": 244324299,
    "activityType": "U",
    "activityDate": "2016-09-30T11:45:19"
  },
  {
    "objectType": "Document",
    "objectKey": 244324303,
    "activityType": "C",
    "activityDate": "2016-09-30T11:45:19"
  },
  {
    "objectType": "DocumentLine",
    "objectKey": 244324297,
    "activityType": "U",
    "activityDate": "2016-09-30T11:45:19"
  }
]

 

Top
Back

Related Content


{dynamiccontentbylabel:showLabels=false|showSpace=false}