API Reference

GET workflows/history/Z

GET
workflows/history/Z

GET operation for workflows/history/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/workflows/history/Z"
{
  "id": 0,
  "created_at": "2019-08-24T14:15:22Z",
  "run_at": "2019-08-24T14:15:22Z",
  "is_complete": true,
  "workflow": "string",
  "onboarder_company": "string",
  "onboarder_user": "string",
  "roadmap": "string",
  "task": "string",
  "actions": {},
  "metadata": {},
  "status": "string"
}
Empty
Empty
Empty

How is this guide?