post https://api.accountabilityone.com/v1/Messages//MarkAsRead
Mark Message as Read by ID
This API endpoint allows you to mark a specific message as read by providing its ID in the path parameter. It serves as a valuable tool for updating the read status of a message.
To mark a message as read, send a request to this endpoint with the necessary path parameter. The required parameter is the ID of the message that you want to mark as read.
Path Parameters
Parameters | Type | Description |
---|---|---|
id | int32 | The ID of the message to mark as read. |
Example Request
POST <https://{baseUrl}/v1/Messages/123/MarkAsRead>
Permission
Transaction Type | Access Level |
---|---|
Messages | Full Access, Read Only |