Person Properties
Get a person property by ID
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
An individual person property
Whether the property is PHI (Protected health information)
Whether the property is PII (Personally Identifiable Information)
Whether the property is unique across all people. Maximum of 10 across a workspace
The name of the property
The unique identifier of the property
The type of the property
Available options:
STRING
, NUMBER
, DATETIME
, BOOLEAN
, SINGLE_SELECT
, MULTI_SELECT
, LOCATION