client.notifications.get
A method of the Notifications endpoint.
- get(*, last_event_id: str = None, r: str = None, mock: str = None) Response
Receive a stream of notifications as they come in
API URL:
GET /notificationsimport civis client = civis.APIClient() response = client.notifications.get(...)
- Parameters:
- last_event_idstr, optional
allows browser to keep track of last event fired
- rstr, optional
specifies retry/reconnect timeout
- mockstr, optional
used for testing
- Returns:
- None
Response code 200: success