Variable - en
This object describes a user variable. If the user does not have the variable, the default value will be used.
{
"id": 41,
"name": "avatar",
"content": {
"type": "url",
"resource": {
"default": null
}
},
"description": null,
"createdAt": "2020-01-17 16:43:40",
"updatedAt": "2020-01-17 16:43:40",
"value": null
},
Model Description:
Name | Description | Additionally |
---|---|---|
id | ID |
|
name | Name |
|
content | Object of type VariableType |
|
description | Description |
|
createdAt | Date of creation |
|
updatedAt | Update date |
|
value | The value of the variable for the selected user. | The value is only passed if it refers to a contact |