List all data models
import requests
url = "https://{FUSION HOST}/api/data-models"
response = requests.get(url)
print(response.text)[
{
"id": "<string>"
}
]List all data models
Get the list of existing data models.
GET
/
data-models
List all data models
import requests
url = "https://{FUSION HOST}/api/data-models"
response = requests.get(url)
print(response.text)[
{
"id": "<string>"
}
]Response
200 - application/json
successful operation
Was this page helpful?
⌘I