Python
import requests url = "http://api/apollo/history/{service}/items" response = requests.get(url) print(response.text)
[ "<string>" ]
The name of a service
successful operation
The response is of type string[].
string[]
Was this page helpful?