GET api/me/interested-projects?ProjectId={ProjectId}&UnitStatus={UnitStatus}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | string |
None. |
|
| UnitStatus | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PaginationRespModelOfMeInterestedPropertyInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentPage | integer |
None. |
|
| LastPage | integer |
None. |
|
| PerPage | integer |
None. |
|
| Total | integer |
None. |
|
| From | integer |
None. |
|
| To | integer |
None. |
|
| Data | Collection of MeInterestedPropertyInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"CurrentPage": 1,
"LastPage": 2,
"PerPage": 3,
"Total": 4,
"From": 5,
"To": 6,
"Data": [
{
"AddedDate": "2025-10-30T23:34:44.8983442+08:00",
"ProjectID": "sample string 1",
"Title": "sample string 2",
"Image": "sample string 3",
"PropertyType": "sample string 4",
"TenureType": "sample string 5",
"PropertyTitleType": "sample string 6",
"TotalBedRoom": "sample string 7",
"TotalBathRoom": "sample string 8",
"UnitSize": "sample string 9",
"FullAddress": "sample string 10"
},
{
"AddedDate": "2025-10-30T23:34:44.8983442+08:00",
"ProjectID": "sample string 1",
"Title": "sample string 2",
"Image": "sample string 3",
"PropertyType": "sample string 4",
"TenureType": "sample string 5",
"PropertyTitleType": "sample string 6",
"TotalBedRoom": "sample string 7",
"TotalBathRoom": "sample string 8",
"UnitSize": "sample string 9",
"FullAddress": "sample string 10"
}
]
}
application/xml, text/xml
Sample:
<PaginationRespModelOfMeInterestedPropertyInfojhlROBjS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HyperQB.ClientPropertyManagement.API.Models">
<CurrentPage>1</CurrentPage>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/HyperQB.ClientPropertyManagement.API.Models.Me">
<d2p1:MeInterestedPropertyInfo>
<d2p1:FullAddress>sample string 10</d2p1:FullAddress>
<d2p1:Image>sample string 3</d2p1:Image>
<d2p1:ProjectID>sample string 1</d2p1:ProjectID>
<d2p1:PropertyTitleType>sample string 6</d2p1:PropertyTitleType>
<d2p1:PropertyType>sample string 4</d2p1:PropertyType>
<d2p1:TenureType>sample string 5</d2p1:TenureType>
<d2p1:Title>sample string 2</d2p1:Title>
<d2p1:TotalBathRoom>sample string 8</d2p1:TotalBathRoom>
<d2p1:TotalBedRoom>sample string 7</d2p1:TotalBedRoom>
<d2p1:UnitSize>sample string 9</d2p1:UnitSize>
<d2p1:AddedDate>2025-10-30T23:34:44.8983442+08:00</d2p1:AddedDate>
</d2p1:MeInterestedPropertyInfo>
<d2p1:MeInterestedPropertyInfo>
<d2p1:FullAddress>sample string 10</d2p1:FullAddress>
<d2p1:Image>sample string 3</d2p1:Image>
<d2p1:ProjectID>sample string 1</d2p1:ProjectID>
<d2p1:PropertyTitleType>sample string 6</d2p1:PropertyTitleType>
<d2p1:PropertyType>sample string 4</d2p1:PropertyType>
<d2p1:TenureType>sample string 5</d2p1:TenureType>
<d2p1:Title>sample string 2</d2p1:Title>
<d2p1:TotalBathRoom>sample string 8</d2p1:TotalBathRoom>
<d2p1:TotalBedRoom>sample string 7</d2p1:TotalBedRoom>
<d2p1:UnitSize>sample string 9</d2p1:UnitSize>
<d2p1:AddedDate>2025-10-30T23:34:44.8983442+08:00</d2p1:AddedDate>
</d2p1:MeInterestedPropertyInfo>
</Data>
<From>5</From>
<LastPage>2</LastPage>
<PerPage>3</PerPage>
<To>6</To>
<Total>4</Total>
</PaginationRespModelOfMeInterestedPropertyInfojhlROBjS>