Skip to main content
GET
/
custom-rule-types
/
{id}
Get the specified entity
import requests

url = "http://api/apollo/custom-rule-types/{id}"

response = requests.get(url)

print(response.text)
{
  "id": "<string>"
}

Path Parameters

id
string
required

The entity ID

Response

200 - application/json

successful operation

id
string