Search (v1)
Search by Attribute
Retrieve data for the specified attribute search query.
get/catalog/v1/search/attribute
Query parameters
typestring[]
Limit the result to only entities of specified types
attrstring[]
One of more additional attributes to return in the response
attrNamestring[]
The attribute to search
attrValuePrefixstring[]
The prefix for the attribute value to search
tagstring
Limit the result to only entities tagged with the given tag
sortBystring
An attribute to sort by
sortOrder'ASCENDING' | 'DESCENDING'
Sort order, either ASCENDING (default) or DESCENDING
deletedboolean
Whether to include deleted entities
limitinteger
Limit the result set to only include the specified number of entries
offsetinteger
Start offset of the result set (useful for pagination)
Response
On successful search query with some results, might return an empty list if execution succeeded without any results
Changes
No recorded changes to this endpoint across all 1 revision of this API.