v54

latestOpenAPI 3.0.2GPL-2.0raw.githubusercontent.com2026-08-023358233.3 KB
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

namestring required

The name of the entity

idstring uri required

The unique identifier URL of the entity

descriptionstring nullable

A description of the entity

system_classstring required

The system class of the entity

beginstring date-time nullable

The start date of the entity

endstring date-time nullable

The end date of the entity