curl --location --request GET '/entities/'
{
"success": true,
"data": [
{
"has_draft": false,
"is_delete_protected": false,
"form_edit_api": {},
"can_change_readonly": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"form_edit": {},
"is_readonly": false,
"name": "string",
"settings": "blob",
"is_published": false,
"entity_api_name": "string"
}
],
"page_info": {
"start_cursor": "WyIwMSIsICJiMmYwODI0Ni1iYWE5LTQyY2QtYmM3Yi04YmM4MjY3M2E2NTgiXQ==",
"end_cursor": "WyIwNSIsICJmMjZhZjZiMC00ZWE4LTQ3MDgtODU2NC0wN2JmYzI4ZGQ5ZTgiXQ==",
"has_previous_page": true,
"has_next_page": true
}
}