Newsfeed & Why is it Moving v2
Get Removed News
Returns the news articles that have been deleted from the News database.
GET
/
news-removed
Authorizations
token
string
queryrequiredapiKey to be passed as token in query parameter.
Headers
accept
enum<string>
default: application/jsonrequiredSpecifies return format. Query parameters work the same for both formats.
Available options:
application/json
Query Parameters
page
integer
default: 0Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date.
pageSize
integer
default: 15Number of results returned.
Required range:
x < 100
Response
200 - */*
removed
object[]
Was this page helpful?