Permalinks - Redirect
General information
Depending on the document type and language, the client is redirected to the most recent document.
Request
V1
GET
/docredirecter/v1/docredirect?doctype=doctype&isin=isin&lang=lang
V2
GET
/docredirecter/v2/docredirect/doctype/isin/lang
Parameters
Parameter | Type | Description |
---|---|---|
doctype | String | Valid values are: 307, an, ani, aos, bekanntmachung, fsinstitutionell, fsinstitutionell-d, fsprivat, fsprivat-d, hjb, jb, kid, no, priips, vkp. |
isin | String | International Securities Identification Number (ISIN) |
lang | String |
Valid values are: de, en, fr .... If lang is empty or not specified, then "de" is the default. |
Response
The response has the HTTP status code 301 and a location header that redirects to the requested file.
The body of the response is empty.
Errors
Code | Problem | Description |
---|---|---|
400 | DocType ist nicht gültig. | No document type could be found for the provided document type name. |
400 | ISIN ist nicht gültig. | No fund could be found for the provided ISIN. |
400 | Es konnte keine Datei ermittelt werden. | For some reasons for the fund there is no document provided by the Fund-API. |