API Reference

GET variables/Z

GET
variables/Z

GET operation for variables/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/variables/Z"
{
  "id": 0,
  "name": "string",
  "type": "string",
  "tasks": 0,
  "options": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "modified_at": "2019-08-24T14:15:22Z",
  "is_required": true,
  "message": "string",
  "map_types": "string",
  "order": 0
}
Empty
Empty
Empty

How is this guide?