GET /variables/{id}
GET operation for /variables/{id}
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Path Parameters
id*string
Response Body
application/json
curl -X GET "https://dev-rest.onboard.io/variables/string"{
"id": 1,
"name": "string",
"type": "number",
"tasks": 1,
"options": "string",
"created_at": "2021-01-01T00:00:00Z",
"modified_at": "2021-01-01T00:00:00Z",
"is_required": true,
"message": "string",
"map_types": "string",
"order": 1
}Empty
Empty
Empty
How is this guide?