Retrieve all Metadata Entity Families
GET
Retrieves all metadata entity families.
Request Syntax
GET/custdev/core/family/ent
Return Type
array[Meridium.Api.CustDev.Core.
FmlyDevDTO
]
Produces
This API call produces the application/json
media type according to the Accept request header. The media type will be conveyed by the Content-Type
response header.
Success Response
200
Response Example
[
{
"key":"64263570621",
"id":"AAA_HEALTH_TEST_READING",
"fields":
[{
"key":"64263570623",
"id":"AAA_HEALTH_T_READING_VALUE_C"
},{
"key":"64263570625",
"id":"AAA_HEALTH_T_READING_VALUE_N"
},{
"key":"64263570627",
"id":"AAA_HEALTH_T_TIMESTAMP_D"
},{
"key":"64263570629",
"id":"AAA_HEALTH_T_NOTES"
}]
}
]