getRequestForNotifications

open fun getRequestForNotifications(apiVersion: String, size: Integer, before: Date, after: Date): RestRequest

Request for getting notifications.

Parameters

apiVersion

Salesforce API version.

size

Number of notifications to get.

before

Get notifications occurring before the provided date. Shouldn't be used with `after`.

after

Get notifications occurring after the provided date. Shouldn't be used with `before`.

See also

<a href="https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_notifications_list.htm>https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_notifications_list.htm</a>