Offline Messages
List all offline messages data
Permission: superadmin
Parameter
page_no optional
Number
The requested page number.
Default value: 1
Success 200
offline_message_id
Number
The id of the offline message.
visitor_id
Number
The id of the visitor.
visitor_name
String
The name of the visitor.
visitor_email
String
The email address of the visitor.
visitor_phone
String
The phone number of the visitor.
subject
String
The subject of the offline message.
message
String
The body of the offline message.
received_time
Number
The time when the visitor submitted the offline message in epoch time in millisecond.
unread
Number
The status denotes whether the offline message remains unread or not.
reply_message_count
Number
The number of messages sent to the visitor in response of this offline message.
Error 4xx
Unauthorized
Provided credentials are not valid
Forbidden
Not permitted
InvalidPageNumber
Invalid Page Number (if the input is not any positive number value, such as, -2 ).
Get single offline message details
Parameter
id
Number
The id of the offline message.
Success 200
offline_message_id
Number
The id of tabthe offline message.
visitor_id
Number
The id of the visitor.
visitor_name
String
The name of the visitor.
visitor_email
String
The email address of the visitor.
visitor_phone
String
The phone number of the visitor.
subject
String
The subject of the offline message.
message
String
The body of the offline message.
received_time
Number
The time when the offline message was submitted by the visitor in epoch time in millisecond.
unread
Number
The status denotes whether the offline message remains unread or not.
reply_messages
Object
All the reply messages in response of this offline message.
Error 4xx
OfflineMessageNotFound
The id of the Offline message was not found.
Forbidden
Not Permitted
InvalidOfflineMessageID
Invalid Offline Message id (if the input is not Valid number value, such as, -14 ).
Any questions? Please email us at support@revechat.com
Last updated