cURL
curl --request GET \ --url http://api/v1/saved/{chartUuid}/history
{ "results": { "history": [ { "createdAt": "2023-11-07T05:31:56Z", "versionUuid": "<string>", "chartUuid": "<string>", "createdBy": {} } ] }, "status": "ok" }
Get chart version history from last 30 days
chartUuid for the chart
Success
Show child attributes
ok
Was this page helpful?