API Reference

GET projects/{id}/tasks/Z

GET
projects/{id}/tasks/Z

GET operation for projects/{id}/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/projects/{id}/tasks/Z"
{
  "id": 0,
  "roadmap_id": "string",
  "roadmap_status": "string",
  "name": "string",
  "task_id": "string",
  "description": "string",
  "order": 0,
  "status": "string",
  "is_section": true,
  "is_hidden": true,
  "is_internal": true,
  "is_optional": true,
  "onboardee_user": "string",
  "onboardee_user_id": 0,
  "onboarder_user": "string",
  "onboarder_user_id": 0,
  "due_date": "2019-08-24",
  "move_to": 0,
  "description_preview": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "modified_at": "2019-08-24T14:15:22Z",
  "completed_at": "2019-08-24T14:15:22Z",
  "completed_by_onboardee_user": "string",
  "completed_by_onboarder_user": "string",
  "completed_source": "string",
  "assignee_email": "[email protected]",
  "estimated_time": 0,
  "estimated_time_unit": "string",
  "estimated_time_raw": 0,
  "time_spent": 0.1,
  "time_spent_unit": "string",
  "time_spent_raw": 0,
  "refresh": "string",
  "refresh_message": "string",
  "preview_status": "string",
  "initial_preview_status": "string",
  "has_messages": true,
  "external_id": "string",
  "forms": "string",
  "time_tracking_enabled": true,
  "sf_task_id": "string",
  "dependencies": [
    "string"
  ],
  "start_date": "2019-08-24",
  "end_date": "2019-08-24",
  "sync_due_date": true,
  "category": "string",
  "embedded": "string",
  "embedded_url": "string",
  "embedded_option": "string",
  "embedded_panel_title": "string",
  "is_billable": true,
  "due_date_type": "string",
  "due_date_enabled": true,
  "due_date_days": 0,
  "due_date_days_after_specific_task_completed_roadmap_task_id": 0,
  "due_date_days_after_specific_task_due_roadmap_task_id": 0,
  "embedded_url_merge_tag": "string",
  "is_outboard_one_off_task": true,
  "is_ttv": true,
  "custom": "string"
}
Empty
Empty
Empty

How is this guide?