Python
import requests url = "http://api/apollo/custom-rule-types/{id}" response = requests.get(url) print(response.text)
{ "id": "<string>" }
The entity ID
successful operation
Was this page helpful?