GET
/
properties
/
{propertyId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

propertyId
string
required

Response

200 - application/json

An individual person property

isPHI
boolean
required

Whether the property is PHI (Protected health information)

isPII
boolean
required

Whether the property is PII (Personally Identifiable Information)

isUnique
boolean
required

Whether the property is unique across all people. Maximum of 10 across a workspace

name
string
required

The name of the property

propertyId
string
required

The unique identifier of the property

propertyOptions
object[]
required
propertyType
enum<string>
required

The type of the property

Available options:
STRING,
NUMBER,
DATETIME,
BOOLEAN,
SINGLE_SELECT,
MULTI_SELECT,
LOCATION