Proposal
Searches the database for entries matching a provided search term. Results are ordered with exact prefix matches appearing first, followed by entries containing the search term within their name or appellation.
get/search/{system_class}/{term}
Path parameters
system_class'all' | 'acquisition' | 'activity' | 'administrative_unit' | 'appellation' | 'artifact' | 'bibliography' | 'creation' | 'edition' | 'event' | 'external_reference' | 'feature' | 'file' | 'group' | 'human_remains' | 'modification' | 'move' | 'person' | 'place' | 'production' | 'reference_system' | 'source' | 'source_translation' | 'stratigraphic_unit' | 'type' | 'type_tools' required
System class to be requested
termstring required
Search term
Query parameters
limitinteger
Limits the entities displayed. Influences the performance of the request. Default value is 20. 0 means all available entities will be displayed.
pageinteger
Jump to page number.
Response
Success