GET
/
history
/
{service}
/
items
Get service history
curl --request GET \
  --url https://{FUSION HOST}/api/history/{service}/items
[
  "<string>"
]

Path Parameters

service
string
required

The name of a service.

Response

200 - application/json

successful operation

The response is of type string[].