Skip to content

Downloads the annual registry extract for a given institution.

Request

Security
ApiKey
Path
institutionIdstring, (uuid)required

The unique identifier of the institution.

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

Responses

OK

Bodyapplication/json
dataobject(StreamResponseDto)
errorMessageCodesArray of any or null
Example:null
Response
{ "data": { "name": "string", "stream": "string", "contentType": "string" }, "errorMessageCodes": null }