API Reference

GET history/map-tasks/Z

GET
history/map-tasks/Z

GET operation for history/map-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/history/map-tasks/Z"
{
  "id": 0,
  "name": "string",
  "description": "string",
  "order": 0,
  "status": "string",
  "is_section": true,
  "client_visibility": "string",
  "is_internal": true,
  "is_optional": true,
  "onboardee_user": "string",
  "onboarder_user": "string",
  "due_date": "2019-08-24",
  "completed_by_onboardee_user": "string",
  "completed_by_onboarder_user": "string",
  "completed_at": "2019-08-24T14:15:22Z",
  "history_date": "2019-08-24T14:15:22Z",
  "roadmap": "string",
  "event_type": "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",
  "is_ttv": true
}
Empty
Empty
Empty

How is this guide?