v1
latestOpenAPI 3.0.32026-07-14490228.1 KBGet 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
Example response
{
"id": 1,
"name": "First Name",
"type": "string",
"scope": "system",
"length": 100,
"values_type": "open",
"status": "active",
"subtype": "string"
}