curl --location --request GET '/spaces/analytics-tasks?dateFrom&dateTo&spaceId&projectId&userId&status'
[
{
"id": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"name": "string",
"color": {},
"stages": [
"string"
],
"creatorId": 0,
"tags": [
"string"
],
"responsibleUserId": [
"string"
],
"status": 0,
"dateEnd": {},
"dateBegin": {},
"dateStatusChanged": {},
"blockReason": {},
"dateMove": {},
"hasMessages": true,
"hasDescription": true,
"members": [
"string"
],
"importance": 0
}
]