markRead
- Home
- Messaging
- UgcMessage
- markRead
markRead
Marks a message as read.
Parameters
Name | Description |
messageID required | The system identifier for a specific message. |
userID required | A single user id. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcMessage?action=markRead&messageID=259656247&userID=229751571&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 |
{ "service":"ugcMessage", "action":"markRead", "code":1, "message":"Success" } |
Service Information
Service | ugcMessage |
Method | markRead |
Type | REST |
Response Types | JSON, XML |