Skip to content

Enqueue a task to start the registry extract generation for a specified project and institution.

Request

Security
ApiKey
Path
institutionIdstring, (uuid)required

The ID of the institution.

projectIdstring, (uuid)required

The ID of the project.

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

Responses

OK

Bodyapplication/json
databoolean
errorMessageCodesArray of any or null
Example:null
Response
{ "data": true, "errorMessageCodes": null }