Response
200 - application/json
successful operation
The response is of type string[].
import requests
url = "http://api/apollo/history"
response = requests.get(url)
print(response.text)[
"<string>"
]import requests
url = "http://api/apollo/history"
response = requests.get(url)
print(response.text)[
"<string>"
]successful operation
The response is of type string[].
Was this page helpful?