GET app_user_allnotificationread?struserid={struserid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| struserid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
bresult| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| message | string |
None. |
|
| title | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"id": 1,
"message": "sample string 2",
"title": "sample string 3"
}