Skip to main content
GET
/
history
/
{service}
/
items
Return all items in a service's history
import requests

url = "http://api/apollo/history/{service}/items"

response = requests.get(url)

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

Path Parameters

service
string
required

The name of a service

Response

200 - application/json

successful operation

The response is of type string[].