Get a list of tasks
cURL
curl --request GET \ --url https://www.manglai.io/api/v1/goals/tasks \ --header 'Authorization: Bearer <token>'
{ "data": [ "<unknown>" ], "pagination": { "page": 1, "limit": 10, "total": 100 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number
Limit
CompanyId
OwnerId
List of building id
Status
Priority
Current year
A list of tasks
Show child attributes