Get service history
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.
GET
/
history
/
{service}
/
items
Get service history
import requests
url = "https://{FUSION HOST}/api/history/{service}/items"
response = requests.get(url)
print(response.text)[
"<string>"
]Path Parameters
The name of a service.
Response
200 - application/json
successful operation
Was this page helpful?
⌘I