Search properties by name or value
Person Properties
Search properties by name or value
POST
Search properties by name or value
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"
Filter results by population id
Minimum string length:
1Filter results by property group id
Minimum string length:
1Pagination 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 }