Mark all as read - celdotro/marketplace GitHub Wiki

About

  • Marks all notifications as read

Class

celmarket\Admin\AdminAccount

Method

markAllAsSeen

API

  • method: admininfo
  • action: markAllAsSeen

Parameters

  • (none)

Response

An object with the following attributes

  • success = 1 - operation was successfully executed

Example - PHP

https://github.com/celdotro/marketplace_examples/blob/master/Admin/22.markAllAsSeen.php

Example - JSON

{
  "request": {
    
  },
  
  "response": {
   "currentServerTime": "2018-01-01 00:00:00" 
  }
}
⚠️ **GitHub.com Fallback** ⚠️