moovexDocs

Get attribute

Retrieve a single attribute by id.

GET/attributes/single/{id}

Path Parameters

ParameterTypeDescription
idstringNumeric id of the attribute

Example Response

{
  "name": "VIP",
  "description": "High priority passenger",
  "parameters": {
    "maxPassengers": {
      "isEnabled": true,
      "value": 4
    }
  },
  "labels": [
    {
      "key": "priority",
      "value": "high",
      "type": "important"
    }
  ]
}

On this page