Event Subscription
Content
Hi,
if I use Event subscription from the REST API's for e.g activity moved, using the GET method I will get a list of attributes back from OFS (see code Block).
Where can the list of attributes be defined that will be returned by OFS for these event subscriptions?
thx
Claus
Version
16.8Code Snippet
Example for activityMoved "items": [ { "eventType": "activityMoved", "time": "2017-03-15 14:50:24", "user": "clemke", "activityDetails": { "activityId": 54, "resourceId": "44300030", "resourceInternalId": 7, "date": "2017-04-01", "apptNumber": "422226", "customerNumber": "951352845445993" }, "activityChanges": { "date": "2017-03-31" } } links (continued ...)
0