API Reference

GET my-tasks/Z

GET
my-tasks/Z

GET operation for my-tasks/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/my-tasks/Z"
{
  "id": 0,
  "name": "string",
  "description_preview": "string",
  "due_date": "2019-08-24",
  "order": 0,
  "is_internal": true,
  "is_optional": true,
  "created_at": "2019-08-24T14:15:22Z",
  "map_id": 0,
  "map_uuid": "string",
  "map_name": "string",
  "map_status": "string",
  "map_expected_launch_date": "2019-08-24T14:15:22Z",
  "onboarder_company_slug": "string",
  "onboardee_company_name": "string",
  "onboardee_company_avatar": "string",
  "estimated_time": 0,
  "estimated_time_unit": "string",
  "estimated_time_raw": 0,
  "time_spent": 0.1,
  "time_spent_unit": "string",
  "time_spent_raw": 0,
  "external_id": "string",
  "time_tracking_enabled": true,
  "is_ttv": true
}
Empty
Empty
Empty

How is this guide?