Python
import requests url = "https://{FUSION HOST}/api/history/{service}/items" response = requests.get(url) print(response.text)
[ "<string>" ]
Return all items in a service’s history.
The name of a service.
successful operation
Was this page helpful?