Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.53 KB

File metadata and controls

57 lines (38 loc) · 2.53 KB

APIs

API Documentation:

http://docs.sunbird.org/latest/apis/notificationapi/

Detailed API information present in this Reference - API Document

Example:

Group Notification will use the new notification create API to create notifications as defined in the document Notification Design Discussion.

{% swagger src="../../../.gitbook/assets/notification.yaml" path="/notification/v2/send" method="post" %} notification.yaml {% endswagger %}

{% swagger src="../../../.gitbook/assets/notification.yaml" path="/notification/v1/feed/read/{userId}" method="get" %} notification.yaml {% endswagger %}

{% swagger src="../../../.gitbook/assets/notification.yaml" path="/notification/v1/feed/update" method="patch" %} notification.yaml {% endswagger %}

{% swagger src="../../../.gitbook/assets/notification.yaml" path="/notification/v1/feed/delete" method="patch" %} notification.yaml {% endswagger %}

{% swagger src="../../../.gitbook/assets/notification.yaml" path="/notification/v1/template/create" method="post" %} notification.yaml {% endswagger %}

{% swagger src="../../../.gitbook/assets/notification.yaml" path="/notification/v1/template/update" method="patch" %} notification.yaml {% endswagger %}

{% swagger src="../../../.gitbook/assets/notification.yaml" path="/notification/v1/template/delete" method="patch" %} notification.yaml {% endswagger %}

{% swagger src="../../../.gitbook/assets/notification.yaml" path="/notification/v1/template/list" method="get" %} notification.yaml {% endswagger %}

{% swagger src="../../../.gitbook/assets/notification.yaml" path="/notification/v1/template/action/update" method="patch" %} notification.yaml {% endswagger %}

{% swagger src="../../../.gitbook/assets/notification.yaml" path="/notification/v1/template/{action}" method="get" %} notification.yaml {% endswagger %}