Hi Jayaprakash ,
Thanks for the inputs. We tried above mentioned options suggested and here are the inputs.
{{tenant_url}}/activities?filter=equals(items.objectUri,'entities/abcvdfsdf') this will give the history of changes which profile undergone -
Object uri and type with what datatype information is given{{tenant_url}}/entities/abcvdfsdf/_activities?filter=(gte(timestamp,'1651306992810'))&offset=0&max=25 this will give the activity of certain time or range. here used greated than operator -
only event id's are getting retrieved , example - ENTITY_CHANGED{{tenant_url}}/entities/abcvdfsdf/_changes - this will give you the timestamp of the profile changes were made and user -
timestamp details are only retreived{{tenant_url}}/entities/abcvdfsdf?time=1562594203554 this will give the snapshot of certain time from above api -
WorkingThanks for the inputs !!!
------------------------------
Chetan P
Freshworks
------------------------------
Original Message:
Sent: 05-20-2022 09:17
From: Jayaprakash Kanagaraj
Subject: API call for History records | Entity
Hi Chetan,
{{tenant_url}}/activities?filter=equals(items.objectUri,'entities/abcvdfsdf') this will give the history of changes which profile undergone.
{{tenant_url}}/entities/abcvdfsdf/_activities?filter=(gte(timestamp,'1651306992810'))&offset=0&max=25 this will give the activity of certain time or range. here used greated than operator.
{{tenant_url}}/entities/abcvdfsdf/_changes - this will give you the timestamp of the profile changes were made and user.
{{tenant_url}}/entities/abcvdfsdf?time=1562594203554 this will give the snapshot of certain time from above api.
Hope this can help you or shall wait community to respond information you need,
thanks,
Jayaprakash.
------------------------------
Jayaprakash Kanagaraj
GSK
------------------------------