You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

API endpoints

IN01 | Get institutions

GET

/institutions

Query parameters

NameDescriptionOccurenceDefault
hasItemsShould data have itemsOnce-
sectorFilter for sectorsOnce-

Status codes

  • 200 = Data request successful
  • 404 = Data not found
  • 500 = Internal server error

Example call(s)

  • GET https://dev-ddb.fiz-karlsruhe.de/api/2/institutions?hasItems=true&sector=Archiv


^ Back to top


IN02 | Get institutions cluster (Deprecated)

GET

/institutions/map

Query parameters

NameValueOccurenceDefault
clusterIdID of clusterOnce-1
offsetOffset of resultOnce0
lengthLength of resultOnce-1
hasItemsShould data have itemsOncefalse

Status codes

  • 200 = Data request successful
  • 404 = Data not found
  • 500 = Internal server error

Example call(s)

  • GET https://dev-ddb.fiz-karlsruhe.de/api/2/institutions/map?clusterid=&hasitems=true&offset=200&length=1400


^ Back to top

  • No labels