This endpoint is deprecated. Please do not use it for new projects. The documentation remains here for legacy API consumers.

Getting application preview

The /applications/{applicationId}/preview endpoint provides a preview of an application to a given {applicationId}. This also works when the application is already sent.

By sending the following GET-request, one can obtain the requested attachment.

with TOKEN being the user access token of the user in question. It is used to determine the validity of this request. Moreover the {applicationId} is the ID of the application to preview.

Path parameters

Name Description Data Type
applicationId The ID of the application to show the preview of. String

Query parameters

– none –

Response values

Upon Returned value Description
success string with html There is some markup returned that recaps the already deposited application data. Please see the example below.
failure 500 – INTERNAL SERVER ERROR When an error appears while processing your request.
authorization error 401 / 403 See here for details.

Example response value

Comments

Comments are closed.