curl --request GET \
--url https://api.rallyuxr.com/api/public/v1/properties \
--header 'Authorization: Bearer <token>'{
"results": [
{
"propertyId": "<string>",
"name": "<string>",
"propertyType": "SINGLE_SELECT",
"propertyOptions": [
{
"propertyOptionId": "<string>",
"name": "<string>",
"color": "GREY",
"order": "1"
}
],
"isUnique": true,
"isPHI": true,
"isPII": true
}
],
"total": 123,
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "<string>",
"endCursor": "<string>"
}
}curl --request GET \
--url https://api.rallyuxr.com/api/public/v1/properties \
--header 'Authorization: Bearer <token>'{
"results": [
{
"propertyId": "<string>",
"name": "<string>",
"propertyType": "SINGLE_SELECT",
"propertyOptions": [
{
"propertyOptionId": "<string>",
"name": "<string>",
"color": "GREY",
"order": "1"
}
],
"isUnique": true,
"isPHI": true,
"isPII": true
}
],
"total": 123,
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "<string>",
"endCursor": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The cursor to start fetching from
The number of items to fetch
x <= 10010
The person properties
Show child attributes
The unique identifier of the property
The name of the property
The type of the property
STRING, NUMBER, DATETIME, BOOLEAN, SINGLE_SELECT, MULTI_SELECT, LOCATION "SINGLE_SELECT"
Show child attributes
The name of the option
The color of the option shown in the UI
GREY, YELLOW, BLUE, RED, GREEN, ORANGE The order of the option. Sorted by this string value, ie: it can be a number
"1"
"a"
"A"
Whether the property is unique across all people. Maximum of 10 across a workspace
Whether the property is PHI (Protected health information)
Whether the property is PII (Personally Identifiable Information)
The total number of items in your workspaces based on your search parameters
Information about the current page
Show child attributes
Whether there are additional pages of results
Whether there is a prior page of results
The start of the current page of results
The end of the current page of results. Use to fetch the next page