Search Tagged Source Entities
Search over a customer's sources
{
"cursor": "string",
"limit": 100,
"query": [
{
"key": "string",
"value": "string",
"values": [
"string"
],
"matchingMethod": "string",
"negated": false,
"start": 0,
"end": 0
}
],
"sortSourcesAscending": false,
"includeObsolete": false
}
The id (exclusive) from which search results resume returning. Users should supply an entity 'id' to this property. Its main purpose is to resume where a previous search left off because of the 'limit' parameter. If a user supplies the last id in a set of results to cursor, while keeping the query the same, the system will return the next page of results
The number of results to return. Default: 100
A list of queries by which to limit the search results
Whether to sort source results ascending lexigraphically by id/sourceName. Default: true
Whether to fetch obsolete sources. Default: false
successful operation
"ResponseContainerPagedSource Object"
status
response
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/v2/search/source