Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.14 KB

SourceSearchRequestContainer.md

File metadata and controls

14 lines (10 loc) · 1.14 KB

SourceSearchRequestContainer

Properties

Name Type Description Notes
cursor str 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 [optional]
include_obsolete bool Whether to fetch obsolete sources. Default: false [optional]
limit int The number of results to return. Default: 100 [optional]
query list[SearchQuery] A list of queries by which to limit the search results [optional]
sort_sources_ascending bool Whether to sort source results ascending lexigraphically by id/sourceName. Default: true [optional]

[Back to Model list] [Back to API list] [Back to README]