Skip to main content
GET
/
history
/
{service}
/
items
Get service history
import requests

url = "https://{FUSION HOST}/api/history/{service}/items"

response = requests.get(url)

print(response.json())
[
  "<string>"
]

Path Parameters

service
string
required

The name of a service.

Response

200 - application/json

successful operation

The response is of type string[].