Search properties by name or value
Person Properties
Search properties by name or value
POST
Search properties by name or value
Documentation Index
Fetch the complete documentation index at: https://docs.rallyuxr.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Search for properties in the workspace
Text to search for across property names and values
Minimum string length:
1Example:
"consent"
Filter results by property type
Available options:
STRING, NUMBER, DATETIME, BOOLEAN, SINGLE_SELECT, MULTI_SELECT, LOCATION Example:
"SINGLE_SELECT"
Pagination arguments. Use startCursor from the result of the endCursor of the response to get the next page. Pagination in reverse is not currently supported
Example:
{ "size": 10 }