This page is about an old version of Active Collab that's not developed anymore.
Click here to open the documentation for the latest version.

Fetching Notifications

This chapter lists all the commands that work with notificaitons.

notifications #

List notifications for authenticated user.

Method: GET

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<notifications>
  <notification>
    <id>...</id>
    <message>...</message>
    <is_seen>1</is_seen>
    <is_read>0</is_read>
    <created_on>...</created_on>
    <sender>
      ...
    </sender>
    <parent>
      ...
    </parent>
  </notification>
   ...
<notifications>