Response
200 - application/json
successful operation
curl --request GET \
--url https://{FUSION HOST}/api/data-models
[
{
"id": "<string>"
}
]
Get the list of existing data models.
curl --request GET \
--url https://{FUSION HOST}/api/data-models
[
{
"id": "<string>"
}
]
successful operation
Was this page helpful?