Skip to main content

Customfieldviewrights

Represents the view rights for custom field values for a particular custom field definition.

allUsersboolean

TRUE if custom field values of a custom field definition can be viewed by all users, FALSE if custom field values of a custom field definition can only be viewed by users with the specified roles.

rolesstring[]

Lists the IDs of the roles that have view rights for the custom field values of a custom field definition if it is not accessible by all users.

Customfieldviewrights
{
"allUsers": true,
"roles": [
"string"
]
}