curl --location --request GET '/entities/TaskRecurrences/'
{
"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",
"task": "http://example.com",
"day": 1,
"day_of_week": 1,
"end_date": "2019-01-01",
"month": 1,
"occur_every": 1,
"occurrences_count": 1,
"start_date": "2019-01-01",
"task_id": "01234567-abcd-dcba-ffff-000000000000",
"type": 0,
"week": -1,
"revision": 1
}
}