An open API service indexing awesome lists of open source software.

https://github.com/opensource-socialnetwork/unreadmessagescountapi

A example of extension of WebServices. This example will show count for unread messages based on each user.
https://github.com/opensource-socialnetwork/unreadmessagescountapi

Last synced: 22 days ago
JSON representation

A example of extension of WebServices. This example will show count for unread messages based on each user.

Awesome Lists containing this project

README

          

# UnreadMessagesCountAPI
A example of extension of WebServices. This example will show count for unread messages based on each user.

## Endpoint
CURL https://www.yourwebsite.com/api/v1.0/unread_mesages_count_custom?api_key_token=&guid=

## Response

```
{
"merchant": "Open Source Social Network",
"url": "https:\/\/local.opensource-socialnetwork.org\/",
"time_token": 1604857576,
"payload": [
{
"total": 2,
"message_from": 3
},
{
"total": 1,
"message_from": 2
}
],
"code": "100",
"message": "Request successfully executed"
}
```