Retrieve all news linked to a given entity.

GET /data/entities/{entity_id}/news

Path parameters

Responses

  • 200

    All news linked to given entity

GET /data/entities/{entity_id}/news
curl \
 -X GET http://localhost:8080/api/data/entities/{entity_id}/news \
 -H "Authorization: $API_KEY"