API endpoints

IN01 | Get institutions

GET

/institutions

Supported Content Type(s)

  • application/json

Query parameters

NameDescriptionOccurenceDefault
hasItemsShould data have itemsOnce-
sectorFilter for sectorsOnce-

Response payload

  • Response too long, use example calls

Status codes

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

Example call(s)


^ Back to top


IN02 | Get institutions cluster (Deprecated)

GET

/institutions/map

Supported Content Type(s)

  • application/json

Query parameters

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

Response payload

  • Response too long, use example calls

Status codes

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

Example call(s)


^ Back to top

  • No labels