projects.v2.notifications.retrieve

UCloud Developer Guide / Accounting and Project Management / Project notifications

projects.v2.notifications.retrieve

Pulls the database for more ProjectNotifications

This request fetches a new batch of ProjectNotifications. The provider should aim to handle all notifications as soon as possible. Once a notification has been handled, the provider should call ProjectNotifications.markAsRead with the appropriate ids. A robust provider implementation should be able to handle receiving the same notification twice.

It is recommended that a provider calls this endpoint immediately after starting.

Last updated