# Get Endpoint - DownloadFileTypeIcon

Loads and returns icon back in icon/png format from provided ELO repository.

# HTTP Request

One of the following requests should be made:

GET /api/repository/docext/icon

# Query parameters

Name Description
documentExt optional. Document extenson for that icon should be loaded.
repository optional. Destination repository key.

# Request headers

Name Description
Authorization required. Bearer {token}. See authorization

# Responses

Code Description Type
200 Icon for the provided document extension could be successfully loaded. string
400 Given parameters are invalid.
401 Logged in user is not authenticated.
404 Icon for the given document extension could not be loaded from the specified repository because destination repository could not be found or no ix connection could be loaded.
500 Loading document icon failed due to an internal server error.
Zuletzt aktualisiert: 7. Februar 2025 um 08:35