Skip to content

Retrieves a list of projects by institution ID.

Request

Security
ApiKey
Path
institutionIdstring, (uuid)required

The ID of the institution.

curl -i -X GET \
  'https://vault.nyala.de/api/Project/{institutionId}' \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
dataArray of objects(ProjectDto)
errorMessageCodesArray of any or null
Example:null
Response
{ "data": [ {} ], "errorMessageCodes": null }