Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IN01 | Get institutions

GET

/institutions

Query parameters

NameDescriptionOccurenceDefault
hasItemsShould data have itemsOnce-
sectorFilter for sectorsOnce-

Status codes

  • 200 = Data created400 = Item Id is missing (required)request successful
  • 404 = Data Data not found
  • 500 = Internal server error

Example call(s)

  • GET https://dev-ddb.fiz-karlsruhe.de/api/2/user/logininstitutions?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
lengthLenght of resultOnce-1
hasItemsShould data have itemsOncefalse

Status codes

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

Example call(s)

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


^ Back to top