GET
/
data-models
/
{id}
/
fields
Get data model fields
curl --request GET \
  --url https://{FUSION HOST}/api/data-models/{id}/fields
[
  {
    "name": "<string>",
    "value": "<string>",
    "description": "<string>"
  }
]

Path Parameters

id
string
required

Data model ID.

Response

200 - application/json

successful operation

The response is of type object[].