Contents

Summary

A single custom attribute.

Properties

Name Type Nullable? Summary
ID Int32 The ID of the attribute.
Name String The name of the attribute.
Order Int32 The explicit sort order of the attribute.
Description String This field is nullable. The description of the attribute.
SectionID Int32 The ID of the section associated with the attribute.
SectionName String This field is nullable. The name of the section associated with the attribute.
FieldType String The field type of the attribute.
DataType String The data type of the attribute.
Choices TeamDynamix.Api.CustomAttributes.CustomAttributeChoice[] This field is nullable. The choices associated with the attribute.
IsRequired Boolean The required status of the attribute.
IsUpdatable Boolean The updatable status of the attribute.
Value String This field is nullable. The current value of the attribute.
ValueText String This field is nullable. The current value of the attribute, as a read-only text format.
ChoicesText String This field is nullable. Not used.
AssociatedItemIDs Int32[] This field is nullable. The item types (represented as IDs) associated with the attribute.