Python
import requests url = "http://api/apollo/collections/{collection}/features/{feature}" response = requests.get(url) print(response.text)
{ "name": "<string>", "collectionId": "<string>", "params": {}, "enabled": false }
The name of a collection
The name of a feature
successful operation
Show child attributes
Was this page helpful?