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

List all applications of a user

The common use-case of obtaining a list of a user’s applications is associated with the /applications endpoint directly. By sending the following GET-request, one can obtain the requested list containing all applications of a user:

with TOKEN being the user access token of the user in question. The status of an application is localized if possible, the used locale is extracted from the header. In the curl example you can manipulate the header by adding -H “Accept-Language:{locale}”, whereat locale can be en, de and so on.

Path parameters

– none –

Query parameters

– none –

Response values

Upon Returned value Description
success JSON-encoded List<ApplicationData> List of all applications by this user.
failure 500 – INTERNAL SERVER ERROR When an error appears while processing your request.
authorization error 401 / 403 See here for details.

Example return value for locale = “de”

Comments

Comments are closed.