- Path parameters
- {news}: Valid Entry ID
Get information about a specific news.
Need news:read scope, and the associated user must be capable to view this news.
Need news:read scope, and the associated user must be capable to view this news.
- Response
- data [
'id': int,
'title': string,
'slug': string,
'category': Category,
'description': string,
'entry': Entry|null,
'relevant_link': string|null,
'youtube_link': string|null,
'user_id': int,
'created_at': string,
'updated_at': string
]
Category and Entry schema can be found in the associated API endpoints