Get current notification indicator counts
{ getNotificationIndicatorsAdminView }
Returns the current notification indicator counts for the specified user.
Method
/API3/notification/getNotificationIndicatorsAdminView
- Enterprise Admin
- Domain Admin
Input Parameters
Name
request
Object Type
Description
Describes request for notification indicators.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
List of notification indicator counts for unread items.
Notes
The returned list is the count of unread items as shown in the Bulletin Board
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP