# List Personalization Properties Query all Personalization Properties available in your scope to return a list of Personalization Properties. Use bracket notation in the parameters to filter and order the data. Endpoint: GET /personalization/property Version: 1.0.0 Security: BearerAuth ## Query parameters: - `filter[0][field]` (string) The field to filter on Example: "id" - `filter[0][type]` (string) The type of filtering operation Enum: "eq", "neq", "lt", "lte", "gt", "gte", "isnull", "isnotnull" - `filter[0][value]` (string,integer) The value to filter on Example: 123456789 - `order-by[0][field]` (string) The field to sort by Example: "created_on" - `order-by[0][type]` (string) a fixed value Enum: "field" - `order-by[0][direction]` (string) Descending or ascending. Enum: "desc", "asc" ## Response 200 fields (application/json): - `_links` (object) - `_links.self` (object) - `_links.self.href` (string) Example: "https://api.foleon.com/..." - `_links.first` (object) - `_links.last` (object) - `page_count` (integer) - `page_size` (integer) - `total_items` (integer) - `page` (integer) - `count` (integer) - `total` (integer) - `_embedded` (object) - `_embedded.property` (array) - `_embedded.property.created_on` (string) - `_embedded.property.default` (string) - `_embedded.property.external_mapping` (string,null) - `_embedded.property.id` (integer) - `_embedded.property.identifier` (string) - `_embedded.property.modified_on` (string,null) - `_embedded.property.name` (string) - `_embedded.property.options` (object) - `_embedded.property.status` (string) Enum: "active", "archived" - `_embedded.property.type` (string) Enum: "text", "dropdown_select" ## Response 400 fields ## Response 401 fields