Get Articles
GET/api/content/articles
Get and filter articles.
You can find more information about articles here.
Note: It will only return articles that are accessible by the requester. You can learn more about access here.
Locale
Tags can have multiple translations for name and description.
You can specify a locale to generate the corresponding translation.
If no locale is specified, the applications default locale will be used. You can learn more about configuring the default locale here.
Request
Responses
- 200
- 401
- 403
- 500
The metadata of the file with key.
The following error codes correspond to this status:
ACCESS_TOKEN_EXPIRED: Indicates that the access token is expired.ACCESS_TOKEN_INVALID: Indicates that the access token cannot be decoded.
The following error codes correspond to this status:
NOT_AUTHORIZED: Action not authorized.
The following error codes correspond to this status:
ACCESS_TOKEN_ALLOWLIST_READING_FAILURE: Represents an exception indicating a failure when reading the allowlist for an access token cache.DATABASE_FAILURE: Exception representing a general failure related to database operations.FILE_FAILURE: Exception representing a general failure related to file operations.NO_TRANSLATIONS: Exception indicating that no translations are available for a given request.