Hi Team,
Is there a single API that returns both of the following for an iSheet?
1. Total record count of the iSheet
2. Last updated by user details (user name / ID) at the iSheet or record level
Regards
Hemanth
Hi Team,
Is there a single API that returns both of the following for an iSheet?
1. Total record count of the iSheet
2. Last updated by user details (user name / ID) at the iSheet or record level
Regards
Hemanth
Hi HemanthKrishna,
We are looking into it.
Thank you.
Hi HemanthKrishna,
The endpoint /{version}/isheet/{sheetId}/items/count returns the iSheet item count, while /{version}/isheet/{sheetId}/audit returns the iSheet-level audit history.
Unfortunately, we don't have single endpoint to get both the details in one response. If it has any business requirement, please reach out for further assistance using the following link: highq-support@thomsonreuters.com
Thank you.
Hi Thanks for your reply. But this API "{version}/isheet/{sheetId}/audit" will not give the user details who updated any item in the isheet right? Is there any such API available?
Hi HemanthKrishna,
Thanks for the response.
I executed the same endpoint from my side and was able to retrieve the details successfully. The response includes the item ID, the username who modified the item, along with the corresponding date and time.
Attaching the screenshot of response for your reference:
Thank you.
Thank you