Fetch API Audit History using Mashery V2/v3 apis

Fetch API Audit History using Mashery V2/v3 apis

book

Article ID: KB0075911

calendar_today

Updated On:

Products Versions
TIBCO Cloud API Management -

Description

Fetching API History using Mashery v2/v3 Api call:

Curl Call:

curl --request GET 'https://api.mashery.com/v3/rest/services/{ServiceID}/apiHistory' \
--header 'Authorization: Bearer <Access-Token>' -v

Fetching API History revision Differences using Mashery v2/v3 Api call:

Curl Call:

curl --request GET 'https://api.mashery.com/v3/rest/services/{serviceID}/apiHistory/diff?version1=18&version2=19' \
--header 'Authorization: Bearer <Access Token>' -v

The output of the curl calls have to be scrutinized manually, the field names in response body of API History call are different from other Mashery v2/v3 api calls field names.

 

 

Issue/Introduction

Fetching API History using Mashery v2/v3 apis