curl --request GET \
--url https://{FUSION HOST}/api/history/{service}/items
[
"<string>"
]
Return all items in a service’s history.
curl --request GET \
--url https://{FUSION HOST}/api/history/{service}/items
[
"<string>"
]
The name of a service.
successful operation
The response is of type string[]
.
Was this page helpful?