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
The response is of type object[]
.
Was this page helpful?