post https://{OrangeLogicURL}/API/search/v4.0/search
Find the assets you need
This page shows the POST method, but you can also use GET.
The Search API returns a list
of all the assets that match the search criteria. Each asset is an item
that contains the information you requested in the fields
parameter.
In addition, for users with the Search API - Allow search on all documents Security Function, the Search API returns the following information in the Global Information (GlobalInfo
) object:
TotalCount
: The total number of assets that match the criteria included in the query parameter.QueryDurationinMilliseconds
: The query duration in milliseconds.Sort
: The sort method used.NextPage
: A link to the search’s next page of results, based on thecountperpage
andpagenumber
.