GET api/User/GetPropertyCommDetails?UserID={UserID}&PropertyScrappedID={PropertyScrappedID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
Required |
|
| PropertyScrappedID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PropertyCommunicationDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| XUserId | integer |
None. |
|
| XUserTypeId | integer |
None. |
|
| XUserProperty | integer |
None. |
|
| XUserName | string |
None. |
|
| XUserEmail | string |
None. |
|
| ChatDescription | string |
None. |
|
| ImageURL | string |
None. |
|
| CreatedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"XUserId": 1,
"XUserTypeId": 2,
"XUserProperty": 3,
"XUserName": "sample string 4",
"XUserEmail": "sample string 5",
"ChatDescription": "sample string 6",
"ImageURL": "sample string 7",
"CreatedOn": "2025-12-11T19:05:45.9324295+05:30"
},
{
"XUserId": 1,
"XUserTypeId": 2,
"XUserProperty": 3,
"XUserName": "sample string 4",
"XUserEmail": "sample string 5",
"ChatDescription": "sample string 6",
"ImageURL": "sample string 7",
"CreatedOn": "2025-12-11T19:05:45.9324295+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfPropertyCommunicationDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xacco.Models.Model">
<PropertyCommunicationDetailModel>
<ChatDescription>sample string 6</ChatDescription>
<CreatedOn>2025-12-11T19:05:45.9324295+05:30</CreatedOn>
<ImageURL>sample string 7</ImageURL>
<XUserEmail>sample string 5</XUserEmail>
<XUserId>1</XUserId>
<XUserName>sample string 4</XUserName>
<XUserProperty>3</XUserProperty>
<XUserTypeId>2</XUserTypeId>
</PropertyCommunicationDetailModel>
<PropertyCommunicationDetailModel>
<ChatDescription>sample string 6</ChatDescription>
<CreatedOn>2025-12-11T19:05:45.9324295+05:30</CreatedOn>
<ImageURL>sample string 7</ImageURL>
<XUserEmail>sample string 5</XUserEmail>
<XUserId>1</XUserId>
<XUserName>sample string 4</XUserName>
<XUserProperty>3</XUserProperty>
<XUserTypeId>2</XUserTypeId>
</PropertyCommunicationDetailModel>
</ArrayOfPropertyCommunicationDetailModel>