BradR
12 years agoKhoros Alumni (Retired)
Messages changed call
Hi,
I just noticed a call that wasn’t there before:
/messages/with/properties/changed/extended/from/…/to/…
Am I correct in assuming that this returns all the messages that had any changes to any data including metadata? So if the metadata is changed but nothing else is done to the message, the message would show up in this call?
What about views? Can this be used to list all forum/tkb posts that got viewed over a time period?
Could something be made to do the same for users?
- Hey Brad,
Your first assumption is correct. Metadata changes should trigger an extended property change event which means you can look it up with the call.
As far as views, I believe it should show up, but I couldn't find the code that did this, so I can't tell you for sure. Note that you won't be able to tell exactly what property changed.
Something like this can be done for users, but it doesn't exist currently.
Hope this helps,
Yuri