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