GET api/ReplyTool/GetReplyToolConversation?conversationId={conversationId}&agencyId={agencyId}&take={take}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| conversationId | integer |
Required |
|
| agencyId | integer |
Required |
|
| take | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ConversationResponseWithEmail| Name | Description | Type | Additional information |
|---|---|---|---|
| replyToolConversationMsgDTOs | Collection of ReplyToolConversationMsgDTO |
None. |
|
| string |
None. |
||
| Initials | string |
None. |
|
| LeadOrPhone | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"replyToolConversationMsgDTOs": [
{
"PhoneOrLeadName": "sample string 1",
"isMsgReceive": true,
"className": "sample string 3",
"UserName": "sample string 4",
"text": "sample string 5",
"ImageUrl": "sample string 6",
"initials": "sample string 7",
"moreMsgsRemaining": true,
"SentTime": "sample string 9",
"IsLeadImage": true,
"LeadImage": "sample string 10",
"isCallReceive": true
},
{
"PhoneOrLeadName": "sample string 1",
"isMsgReceive": true,
"className": "sample string 3",
"UserName": "sample string 4",
"text": "sample string 5",
"ImageUrl": "sample string 6",
"initials": "sample string 7",
"moreMsgsRemaining": true,
"SentTime": "sample string 9",
"IsLeadImage": true,
"LeadImage": "sample string 10",
"isCallReceive": true
}
],
"email": "sample string 1",
"Initials": "sample string 2",
"LeadOrPhone": "sample string 3"
}