-
Notifications
You must be signed in to change notification settings - Fork 4
Suche: Organization
Ernesto Ruge edited this page Aug 2, 2019
·
1 revision
Am Endpunkt /api/search/organization
können Organisationen gesucht werden. Es wird ein HTTP POST Request erwartet. Folgende Parameter sind möglich:
Feld | Wert | Beschreibung |
---|---|---|
sort_field | string(created, name, random, score) | Das Feld der Sortierung. Pflichtfeld. |
sort_order | string(asc, desc) | Die Reihenfolge der Sortierung. Pflichtfeld. |
page | integer > 0 | Die Seite |
text | string | Volltext-Such-String |
id | string(24) | ID der Organization |
region | string(24) | Regions-ID |
location | string(24) | Location-ID |
random_seed | string | Seed für stabile ElasticSearch-Zufalls-Sortierung |