GET app_personalinfowithratings?user_id={user_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelPersonalInfoWithRating| Name | Description | Type | Additional information |
|---|---|---|---|
| personal_infowithrating | Collection of PersonalInfoWithRating |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"personal_infowithrating": [
{
"id": "sample string 1",
"fname": "sample string 2",
"lname": "sample string 3",
"strdiplayname": "sample string 4",
"userimg": "sample string 5",
"totaltransaction": "sample string 6",
"totalrating": "sample string 7",
"totalratingforstar": "sample string 8",
"membersipfrom": "sample string 9",
"itemforsale": "sample string 10",
"feedback": "sample string 11",
"pointstotal_postive": "sample string 12",
"pointstotal_nutral": "sample string 13",
"pointstotal_negative": "sample string 14",
"pointsbuyer_postive": "sample string 15",
"pointsbuyer_nutral": "sample string 16",
"pointsbuyer_negative": "sample string 17",
"pointssaler_postive": "sample string 18",
"pointssaler_nutral": "sample string 19",
"pointssaler_negative": "sample string 20",
"isshowimg": true,
"userimgurl": "https://webapi.cbidz.com/userimg/sample string 5"
},
{
"id": "sample string 1",
"fname": "sample string 2",
"lname": "sample string 3",
"strdiplayname": "sample string 4",
"userimg": "sample string 5",
"totaltransaction": "sample string 6",
"totalrating": "sample string 7",
"totalratingforstar": "sample string 8",
"membersipfrom": "sample string 9",
"itemforsale": "sample string 10",
"feedback": "sample string 11",
"pointstotal_postive": "sample string 12",
"pointstotal_nutral": "sample string 13",
"pointstotal_negative": "sample string 14",
"pointsbuyer_postive": "sample string 15",
"pointsbuyer_nutral": "sample string 16",
"pointsbuyer_negative": "sample string 17",
"pointssaler_postive": "sample string 18",
"pointssaler_nutral": "sample string 19",
"pointssaler_negative": "sample string 20",
"isshowimg": true,
"userimgurl": "https://webapi.cbidz.com/userimg/sample string 5"
}
]
}