API Parameters
Retrievable Attributes
Listing objects can be very large, and searching for those can return huge amounts of data. Fetching huge amounts of unwanted data will only affect your latency and front-end experience. To avoid these problems, Buildify provides another parameter that helps you retrieve data for only those attributes you want to use.
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
Info
retrieveAttributes
are required when you perform filter operations withfilterQuery
.