Carole - Hello,Regarding the data returned wit...
Hello,
Regarding the data returned within your API endpoint Log (POST /api/rest/2.0/logs/fetch). We have noticed that some important information is missing from the “log” string that contains a JSON object, which is crucial for us to track changes to Certified Objects such as logical tables, models, answers, and liveboards.
Specifically, we would like to request the inclusion of the following data:
1. For type = ‘UPDATE_MODEL’, ‘UPDATE_ANSWERS’, or ‘UPDATE_PINBOARDS’: Currently, we only have the name of the object ( answerName, pinboardName, or modelName). We would appreciate receiving the ID of the object as well.
2. For type = ‘UPDATE_LOGICAL_TABLE’: We would like to receive both the ID and the name of the object.
3. For type = ‘DELETE_ANSWERS’, ‘DELETE_PINBOARDS’, ‘DELETE_MODEL’, ‘DELETE_SQL_VIEWS’, or ‘DELETE_TABLES’: Currently, we only receive the ID of the object (pinboardIds, modelIds, answerIds, sqlViewIds, tableIds). We would like to also receive the name of the object.
Could you kindly consider including this information in the API endpoint Log?
1 Reply
Can you create a feature request for this from the community portal. Looks like a reasonable ask. We should be able to pick it up