# Returns a single news article with the given id or token **GET /api/media/news_article/{identifier}** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Path parameters - **identifier** (string) ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ## Responses ### 200 Returns a single news article with the given id or token #### Body: application/json (object) - **content_html** (string) - **id** (integer) - **news_type** (string) - **token** (string) - **entries** (array[object]) - **name** (string) - **public_title** (string) - **public_copyright** (string) - **public_language_code** (string) - **public_subtitle** (string) - **public_author** (string) - **public_summary** (string) - **public_thumbnail** (string) - **public_keywords** (string) - **public_category** (string) - **publish_date** (string(date-time)) - **unpublish_date** (string(date-time)) - **created** (string(date-time)) - **updated** (string(date-time)) - **visibility_type** (string) - **arslist** (array[object]) - **deleted** (boolean) - **image_url** (string) - **ucats** (array[object]) - **unified_cat_ids** (object) - **unified_cat_names** (object) - **slug_identifier** (string) [Powered by Bump.sh](https://bump.sh)