History details on custom attribute set at Developer level.

Is there a way to get history details to know the changes done at Developer Level in past like any addition/update to custom attribute?

Solved Solved
1 3 132
1 ACCEPTED SOLUTION

@Vivek Kumar ,

Yes, You can retrieve same using Audit APIs. To retrieve history of developer changes make a Management API call like below,

curl -X GET -H "Authorization: Basic XXXXXXXXXXXX" "https://api.enterprise.apigee.com/v1/audits/organizations/{YOURORGNAME}/developers/{DEVELOPEREMAIL}"

Update above curl call with Base64 encoded org admin credentials , orgname, developer email for which you would like to see history. You can find more about Audit APIs here.

Hope it helps. Keep us posted if any.

View solution in original post

3 REPLIES 3

@Vivek Kumar ,

Yes, You can retrieve same using Audit APIs. To retrieve history of developer changes make a Management API call like below,

curl -X GET -H "Authorization: Basic XXXXXXXXXXXX" "https://api.enterprise.apigee.com/v1/audits/organizations/{YOURORGNAME}/developers/{DEVELOPEREMAIL}"

Update above curl call with Base64 encoded org admin credentials , orgname, developer email for which you would like to see history. You can find more about Audit APIs here.

Hope it helps. Keep us posted if any.

Thanks Anil to share the information.

Anytime 🙂 You can also click on Accept link below the answer if your query is resolved so that it will be helpful for others too. Keep us posted if any in future.