SourceSearchRequestContainer
SourceSearchRequestContainer
JSON Example
{
"cursor": "string",
"limit": 100,
"query": [
{
"key": "string",
"value": "string",
"values": [
"string"
],
"matchingMethod": "string",
"negated": false,
"start": 0,
"end": 0
}
],
"sortSourcesAscending": false,
"includeObsolete": false
}
string
cursor
Optional
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
integer As int32 As int32
limit
Optional
The number of results to return. Default: 100
boolean
sortSourcesAscending
Optional
Whether to sort source results ascending lexigraphically by id/sourceName. Default: true
boolean
includeObsolete
Optional
Whether to fetch obsolete sources. Default: false