Skip to main content

retrieveAttributes

Array of Strings, Optional, Default: [”*”] By default, endpoints provide all the data fields. You can limit those fields by specifying which attributes to retrieve in an array. Works for both listings and profiles endpoints.

Example

  • Request
  • Response

{
     "search": "Residences",
     "perPage": 5,
     "retrieveAttributes": [
          "name",
          "country",
          "streetName"
     ]
}

Info retrieveAttributes are required when you perform filter operations with filterQuery.
⌘I