AssigneeField


The assignee field

Field : ObjectDescription
description: String The field description
displayState: ConditionFieldActions The field current state
helpText: String The field help text
initialValue: [PublicUser] Assignee field initial value
isEditable: Boolean If the field could be editable
isRequired: Boolean Whether the field is required
label: String The field title
minimalView: Boolean Whether the field is minimal
triggersFieldConditions: Boolean Whether the field triggers a condition
type: String The field type. Valid options: assignee_select, attachment, checklist_horizontal, checklist_vertical, cnpj, connector, cpf, currency, date, datetime, due_date, email, id, label_select, long_text, number, phone, radio_horizontal, radio_vertical, select, short_text, statement, time,dynamic_content
uuid: ID The field universally unique ID
Deprecated : ObjectDescription
idDeprecated. The field ID
membersDeprecated. Information about the members

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

Boolean

Represents `true` or `false` values.

Boolean

Represents `true` or `false` values.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

Boolean

Represents `true` or `false` values.

Boolean

Represents `true` or `false` values.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

ID

Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"VXNlci0xMA=="`) or integer (such as `4`) input value will be accepted as an ID.