curl --location --request GET '/entities/AppointmentReminders/'
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"appointment": "http://example.com",
"owner": "http://example.com",
"appointment_id": "01234567-abcd-dcba-ffff-000000000000",
"end_date_offset": 1,
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"snooze_date": "2019-01-01T00:00:00",
"status": 0,
"revision": 1
}
}