ApiActivities
List activities
Retrieve all activities
curl -X GET "https://www.open-isle.com/api/activities"
[
{
"id": 0,
"title": "string",
"icon": "string",
"content": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"type": "NORMAL",
"ended": true
}
]