API Reference

GET team-tasks/Z

GET
team-tasks/Z

GET operation for team-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/team-tasks/Z"
{
  "id": 0,
  "name": "string",
  "description_preview": "string",
  "due_date": "2019-08-24",
  "is_internal": true,
  "is_optional": true,
  "created_at": "2019-08-24T14:15:22Z",
  "map_id": 0,
  "map_name": "string",
  "map_status": "string",
  "map_expected_launch_date": "2019-08-24T14:15:22Z",
  "onboardee_company_name": "string",
  "onboardee_company_avatar": "string",
  "roadmap_id": "string",
  "roadmap_status": "string",
  "description": "string",
  "status": "string",
  "is_section": true,
  "is_hidden": true,
  "onboarder_user": "string",
  "onboarder_user_id": 0,
  "onboardee_user": "string",
  "onboardee_user_id": 0,
  "modified_at": "2019-08-24T14:15:22Z",
  "completed_at": "2019-08-24T14:15:22Z",
  "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?