Connect REST API エンドポイント /connect/notifications を使用して空の通知リストを受け取りました。
- how to call Connect Rest API endpoint from Workbench
- I receive an empty list of notifications using the Connect REST API endpoint: /connect/notifications
The API uses the context of the requesting connected app and returns notifications for the appropriate types.
Since you seem to accessing the API using rest explorer which uses the 'Workbench' connected app in SF to access Salesforce as per predefined policies. Since this app does not have the correct context of fetching the notifications data, hence you did not receive the necessary data. In order to verify your callout response you can trigger the callout from execute anonymous window using APEX HTTP request and response classes.
API は、要求元の接続アプリケーションのコンテキストを使用して、適切なタイプの通知を返します
事前定義されたポリシーに従って Salesforce にアクセスするために SF で「Workbench」接続アプリを使用するレスト エクスプローラーを使用して API にアクセスしているようです。このアプリには通知データを取得するための正しいコンテキストがないため、必要なデータを受け取りませんでした。コールアウト応答を確認するために、APEX HTTP 要求および応答クラスを使用して、匿名ウィンドウの実行からコールアウトをトリガーできます。