curl --location --request GET '/entities/Types'
{
"success": true,
"data": [
{
"is_delete_protected": false,
"id": "string",
"primitive_type": "blob",
"validator": {},
"flag": 1,
"default_value": "string",
"relation_type": 0,
"container_size": 1,
"is_groupable": false,
"is_filterable": false,
"is_sortable": false,
"is_selectable": false
}
],
"page_info": {
"start_cursor": "WyIwMSIsICJiMmYwODI0Ni1iYWE5LTQyY2QtYmM3Yi04YmM4MjY3M2E2NTgiXQ==",
"end_cursor": "WyIwNSIsICJmMjZhZjZiMC00ZWE4LTQ3MDgtODU2NC0wN2JmYzI4ZGQ5ZTgiXQ==",
"has_previous_page": true,
"has_next_page": true
}
}