curl --location --request GET '/entities/Data/'
{
"success": true,
"data": {
"is_delete_protected": false,
"has_draft": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"calc_value": 4.32,
"data_set_id": "01234567-abcd-dcba-ffff-000000000000",
"option_name": "string",
"sort_order": 1,
"is_published": false,
"revision": 1,
"option_name_translations": "blob",
"option_name_translated": "string"
}
}