Skip to main content Link Menu Expand (external link) Document Search Copy Copied

News

News is a collection of notifications resulting from all configured subscriptions. News is used to form a feed of datasets specific to the authenticated user profile, in the context of a workspace.


Requests

See Also


View the news for a workspace

GET

/api/workspaces/{workspace-id}/news?before={before}&since={since}

Returns the news for the workspace {workspace-id}.

Unlike View all notifications, this returns all notifications triggered by subscriptions configured for both the workspace and authenticated user profile.

Request

Query Parameters

Parameter Required Format Default Value Description
before No ISO 8601 timestamp The instant at which the request was made The instant to return any notifications created before
since No ISO 8601 timestamp 2021-02-11T11:12 The instant to return any notifications created since
q No Tag filter   The tag(s) to search notifications by

Response

200 OK

Notification collection with HAL links.