Path Parameters
The entity ID
Response
200 - application/json
successful operation
import requests
url = "http://api/apollo/experiments/{id}"
response = requests.get(url)
print(response.text){
"id": "<string>"
}import requests
url = "http://api/apollo/experiments/{id}"
response = requests.get(url)
print(response.text){
"id": "<string>"
}The entity ID
successful operation
Was this page helpful?