Skip to main content
GET
/
api
/
suggestions
/
collections
/
{collectionId}
/
schema
/
fields
Match fields
import requests

url = "https://{FUSION HOST}/api/suggestions/collections/{collectionId}/schema/fields"

response = requests.get(url)

print(response.json())
"<string>"

Query Parameters

q
string
required
limit
integer
default:20

Response

200 - */*

OK

The response is of type string.