GET
/
data-models
/
{id}
Get a data model
curl --request GET \
  --url https://{FUSION HOST}/api/data-models/{id}
{
  "id": "<string>"
}

Path Parameters

id
string
required

The data model ID.

Response

200 - application/json

successful operation

The response is of type object.