Fleet OrchestratorAPI ReferenceAttributeGet attributeRetrieve a single attribute by id.GET/attributes/single/{id}ProductionStagingTry itPath ParametersParameterTypeDescriptionidstringNumeric id of the attributeExample Response{ "name": "VIP", "description": "High priority passenger", "parameters": { "maxPassengers": { "isEnabled": true, "value": 4 } }, "labels": [ { "key": "priority", "value": "high", "type": "important" } ] }PreviousGet all attributesNextReplace attribute