GET api/Listing/GetUser_IMG_REW_FOL_Counts?userId={userId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
userId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "no_of_reviews": 1,
  "no_of_followers": 2,
  "no_of_images": 3,
  "response": "sample string 4",
  "message": "sample string 5",
  "addedId": "sample string 6"
}

text/xml

Sample:
<CountOfFol_Rev_IMG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webapishopinbelgium.Models">
  <addedId>sample string 6</addedId>
  <message>sample string 5</message>
  <response>sample string 4</response>
  <no_of_followers>2</no_of_followers>
  <no_of_images>3</no_of_images>
  <no_of_reviews>1</no_of_reviews>
</CountOfFol_Rev_IMG>