The contact attribute object

A contact attribute.

AttributeTypeDescription
labelstringThe label of the attribute.
uidstringPodium unique identifier for attribute.
createdAtstringTime at which the resource was created. Date time is in Coordinated Universal Time (UTC).
updatedAtstringTime at which the resource was updated. Date time is in Coordinated Universal Time (UTC).
dataTypestringThe data type of the attribute value Possible values: ["ADDRESS", "BOOLEAN", "DATETIME", "FLOAT", "INTEGER", "STRING", "UUID", "SINGLE_SELECT", "MULTI_SELECT"]
ownerResource.typestringPossible values: ["PRODUCT", "ORGANIZATION"]
ownerResource.uidstringThe unique identify of the owner resource. Either an application uid or organization uid.
isEncryptedbooleanIf the attribute is encrypted it cannot be used as a filter. Attributes that will have sensitive information, such as PII or PHI, should be encrypted.
{
  "label": "",
  "uid": "00000000-0000-0000-0000-000000000000",
  "createdAt": "2015-01-23T23:50:07Z",
  "updatedAt": "2015-01-23T23:50:07Z",
  "dataType": "ADDRESS",
  "ownerResource": {
    "type": "PRODUCT",
    "uid": "00000000-0000-0000-0000-000000000000"
  },
  "isEncrypted": false
}