API Reference

GET {slug}/roadmaps/Z

GET
{slug}/roadmaps/Z

GET operation for {slug}/roadmaps/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/{slug}/roadmaps/Z"
{
  "id": 0,
  "uuid": "string",
  "name": "string",
  "status": "string",
  "onboardee_company": "string",
  "onboarder_company": "string",
  "open_tasks": 0,
  "total_tasks": 0,
  "percentage_complete": 0,
  "allow_comments": true,
  "created_at": "2019-08-24T14:15:22Z",
  "expected_launch_date": "2019-08-24T14:15:22Z",
  "actual_launch_date": "2019-08-24T14:15:22Z",
  "outboard_one_off_tasks": "string"
}
Empty
Empty
Empty

How is this guide?