AttributeTrait Get
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
AttributeTrait Get
Retrieve an attribute trait.
Request
GET attributetraits/{name}
URL Parameters
-
name The name or abbreviation of the attribute trait. See Attribute Trait for more information.
-
selectedFields List of fields to be returned in the response, separated by semicolons (;). If this parameter is not specified, all available fields will be returned. See Selected Fields for more information.
Status Codes
200: The requested attribute trait.
Sample Response Body
{
"Name": "LimitLoLo",
"Abbreviation": "LoLo",
"AllowChildAttributes": "false",
"AllowDuplicates": "false",
"IsAllowedOnRootAttribute": "false",
"IsTypeInherited": "true",
"IsUOMInherited": "true",
"RequireNumeric": "true",
"RequireString": "false",
"Links": {}
}