GET v1/Shops/{shopId}/MessageConversations?pageSize={pageSize}&pageNumber={pageNumber}
Get a list with all available MessageConversations for the given ShopId.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopId |
The id of the shop. |
integer |
Required. |
| pageSize |
The max number of items returned. Default this value is 100. |
integer |
Is Optional. Default value is 100. |
| pageNumber |
The page to return. Default page 1 will be returned. |
integer |
Is Optional. Default value is 1. |
Body Parameters
None.
Response Information
Resource Description
A list of the MessageConversationBasicInfo objects.
Collection of MessageConversationBasicInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Gets or sets the identifier. |
integer |
Required |
| CreationDate |
Gets or sets the CreationDate. |
date |
None. |
| LastActivityDate |
Gets or sets the LastActivityDate. |
date |
None. |
| FinishedDate |
Gets or sets the FinishedDate. |
date |
None. |
| CustomerId |
Gets or sets the CustomerId. |
integer |
None. |
| CustomerName |
Gets or sets the CustomerName. |
string |
Max length: 50 |
| Rating |
Gets or sets the Rating. |
integer |
None. |
| ConversationType |
Gets or sets the ConversationType. |
string |
Max length: 50 |
| OrderId |
Gets or sets the OrderId. |
integer |
None. |
| OrderCode |
Gets or sets the OrderCode. |
string |
None. |
| TicketId |
Gets or sets the TicketId. |
integer |
None. |
| TicketCode |
Gets or sets the TicketCode. |
integer |
None. |
| ShopId |
Gets or sets the shop identifier. |
integer |
Required |
| EmployeeId |
Gets or sets the employee identifier. |
integer |
None. |
| PlatformKindEnumValue |
Gets or sets the PlatformKindEnumValue. |
PlatformKindEnum |
Required |
| ChannelId |
Gets or sets the ChannelId. |
string |
Max length: 255 |
Response Formats
application/json, text/json
[
{
"Id": 1,
"CreationDate": "2026-01-11T16:13:12.2064187+01:00",
"LastActivityDate": "2026-01-11T16:13:12.2064187+01:00",
"FinishedDate": "2026-01-11T16:13:12.2064187+01:00",
"CustomerId": 1,
"CustomerName": "sample string 3",
"Rating": 1,
"ConversationType": "sample string 4",
"OrderId": 1,
"OrderCode": "sample string 5",
"TicketId": 1,
"TicketCode": 1,
"ShopId": 6,
"EmployeeId": 1,
"PlatformKindEnumValue": 0,
"ChannelId": "sample string 7"
},
{
"Id": 1,
"CreationDate": "2026-01-11T16:13:12.2064187+01:00",
"LastActivityDate": "2026-01-11T16:13:12.2064187+01:00",
"FinishedDate": "2026-01-11T16:13:12.2064187+01:00",
"CustomerId": 1,
"CustomerName": "sample string 3",
"Rating": 1,
"ConversationType": "sample string 4",
"OrderId": 1,
"OrderCode": "sample string 5",
"TicketId": 1,
"TicketCode": 1,
"ShopId": 6,
"EmployeeId": 1,
"PlatformKindEnumValue": 0,
"ChannelId": "sample string 7"
}
]
application/xml, text/xml
<ArrayOfMessageConversationBasicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MessageConversationBasicInfo>
<Id>1</Id>
<CreationDate>2026-01-11T16:13:12.2064187+01:00</CreationDate>
<LastActivityDate>2026-01-11T16:13:12.2064187+01:00</LastActivityDate>
<FinishedDate>2026-01-11T16:13:12.2064187+01:00</FinishedDate>
<CustomerId>1</CustomerId>
<CustomerName>sample string 3</CustomerName>
<Rating>1</Rating>
<ConversationType>sample string 4</ConversationType>
<OrderId>1</OrderId>
<OrderCode>sample string 5</OrderCode>
<TicketId>1</TicketId>
<TicketCode>1</TicketCode>
<ShopId>6</ShopId>
<EmployeeId>1</EmployeeId>
<PlatformKindEnumValue>FlowAi</PlatformKindEnumValue>
<ChannelId>sample string 7</ChannelId>
</MessageConversationBasicInfo>
<MessageConversationBasicInfo>
<Id>1</Id>
<CreationDate>2026-01-11T16:13:12.2064187+01:00</CreationDate>
<LastActivityDate>2026-01-11T16:13:12.2064187+01:00</LastActivityDate>
<FinishedDate>2026-01-11T16:13:12.2064187+01:00</FinishedDate>
<CustomerId>1</CustomerId>
<CustomerName>sample string 3</CustomerName>
<Rating>1</Rating>
<ConversationType>sample string 4</ConversationType>
<OrderId>1</OrderId>
<OrderCode>sample string 5</OrderCode>
<TicketId>1</TicketId>
<TicketCode>1</TicketCode>
<ShopId>6</ShopId>
<EmployeeId>1</EmployeeId>
<PlatformKindEnumValue>FlowAi</PlatformKindEnumValue>
<ChannelId>sample string 7</ChannelId>
</MessageConversationBasicInfo>
</ArrayOfMessageConversationBasicInfo>