Search Functions
Request
This endpoint expects an object.
filters
sort
The type of sorting that should be applied to the search results, relevancy is the default and should be
Allowed values:
direction
The direction of the sorting, ascending or descending
Allowed values:
search_text
The optional search text that should be included. This should not be a filter mechanism but entries that are closer to the search text should be ranked higher.
offset
The offset of the search results for pagination
limit
The limit of the search results for pagination
Response
Successful Response
offset
The offset of the first function in the search results for pagination
limit
The limit of the search results for pagination
num_hits
The number of hits might be smaller than the total number of hits (total) when using offset and limit
total
The total number of hits might be bigger than the actual number of hits (num_hits) when using offset and limit
functions
The list of functions that match the search criteria