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