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}
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
Example:acquisition
System class to be requested
Query parameters
termstring
Search term
limitinteger
Limits the number of entities returned in the response. A lower value may improve performance. The default is 20. Set to 0 to return all available entities.
pageinteger
Example:3
Specifies the page number to retrieve in a paginated result set.
Response
Success