cURL
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.
Bearer <token>
<token>
The cursor to start fetching from
The number of items to fetch
0 < x <= 100
10
The person properties
The response is of type object.
object