v1

latestOpenAPI 3.0.32026-07-14490228.1 KB

Get Attribute By ID

This endpoint retrieves an attribute either owned by the system or owned by the client.

get/attribute/{id}

Path parameters

idinteger required

The ID used to identify the attribute.

Response

200

idinteger
namestring
typestring
scopestring
lengthinteger
values_typestring
{"stackTrail":"paths:/attribute/{id}:get:responses:200:content:application/json:schema:properties:valid_values","oasType":"schema","type":"unknown"}
statusstring
subtypestring

Example response

{
  "id": 1,
  "name": "First Name",
  "type": "string",
  "scope": "system",
  "length": 100,
  "values_type": "open",
  "status": "active",
  "subtype": "string"
}