Python
import requests url = "https://{FUSION HOST}/api/suggestions/collections/{collectionId}/schema/fields" response = requests.get(url) print(response.json())
"<string>"
OK
The response is of type string.
string
Was this page helpful?