Path Parameters
The data model ID.
Response
200 - application/json
successful operation
curl --request GET \
--url https://{FUSION HOST}/api/data-models/{id}
{
"id": "<string>"
}
Fetch a data model by its ID. Use /data-models
to get the list of data model IDs.
curl --request GET \
--url https://{FUSION HOST}/api/data-models/{id}
{
"id": "<string>"
}
The data model ID.
successful operation
Was this page helpful?