Skip to content

Downloads the registry extract for a project.

Request

Security
ApiKey
Path
institutionIdstring, (uuid)required

The ID of the institution.

projectIdstring, (uuid)required

The ID of the project.

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

Responses

OK

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