POST api/UserLike/GetLikedStandActivities

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "language": "sample string 2",
  "projectId": "sample string 3",
  "typeOfLikeId": 1,
  "exProjectId": 1,
  "itemId": 1
}

text/html

Sample:
{"userId":"sample string 1","language":"sample string 2","projectId":"sample string 3","typeOfLikeId":1,"exProjectId":1,"itemId":1}

application/xml, text/xml

Sample:
<UserIdBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FairCatalogue.WebApi.Models">
  <ExProjectId>1</ExProjectId>
  <ItemId>1</ItemId>
  <Language>sample string 2</Language>
  <ProjectId>sample string 3</ProjectId>
  <TypeOfLikeId>1</TypeOfLikeId>
  <UserId>sample string 1</UserId>
</UserIdBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "projectId": "sample string 1",
    "exhibitorId": 2,
    "exProjectId": 3,
    "id": 4,
    "time": "sample string 5",
    "title": "sample string 6",
    "description": "sample string 7",
    "stand": "sample string 8",
    "location": "sample string 9",
    "type": "sample string 10",
    "standNo": "sample string 11",
    "exhibitorName": "sample string 12",
    "category": "sample string 13"
  },
  {
    "projectId": "sample string 1",
    "exhibitorId": 2,
    "exProjectId": 3,
    "id": 4,
    "time": "sample string 5",
    "title": "sample string 6",
    "description": "sample string 7",
    "stand": "sample string 8",
    "location": "sample string 9",
    "type": "sample string 10",
    "standNo": "sample string 11",
    "exhibitorName": "sample string 12",
    "category": "sample string 13"
  },
  {
    "projectId": "sample string 1",
    "exhibitorId": 2,
    "exProjectId": 3,
    "id": 4,
    "time": "sample string 5",
    "title": "sample string 6",
    "description": "sample string 7",
    "stand": "sample string 8",
    "location": "sample string 9",
    "type": "sample string 10",
    "standNo": "sample string 11",
    "exhibitorName": "sample string 12",
    "category": "sample string 13"
  }
]

text/html

Sample:
[{"projectId":"sample string 1","exhibitorId":2,"exProjectId":3,"id":4,"time":"sample string 5","title":"sample string 6","description":"sample string 7","stand":"sample string 8","location":"sample string 9","type":"sample string 10","standNo":"sample string 11","exhibitorName":"sample string 12","category":"sample string 13"},{"projectId":"sample string 1","exhibitorId":2,"exProjectId":3,"id":4,"time":"sample string 5","title":"sample string 6","description":"sample string 7","stand":"sample string 8","location":"sample string 9","type":"sample string 10","standNo":"sample string 11","exhibitorName":"sample string 12","category":"sample string 13"},{"projectId":"sample string 1","exhibitorId":2,"exProjectId":3,"id":4,"time":"sample string 5","title":"sample string 6","description":"sample string 7","stand":"sample string 8","location":"sample string 9","type":"sample string 10","standNo":"sample string 11","exhibitorName":"sample string 12","category":"sample string 13"}]

application/xml, text/xml

Sample:
<ArrayOfStandActivityViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FairCatalogue.WebApi.Models">
  <StandActivityViewModel>
    <Category>sample string 13</Category>
    <Description>sample string 7</Description>
    <ExProjectId>3</ExProjectId>
    <ExhibitorId>2</ExhibitorId>
    <ExhibitorName>sample string 12</ExhibitorName>
    <Id>4</Id>
    <Location>sample string 9</Location>
    <ProjectId>sample string 1</ProjectId>
    <Stand>sample string 8</Stand>
    <StandNo>sample string 11</StandNo>
    <Time>sample string 5</Time>
    <Title>sample string 6</Title>
    <Type>sample string 10</Type>
  </StandActivityViewModel>
  <StandActivityViewModel>
    <Category>sample string 13</Category>
    <Description>sample string 7</Description>
    <ExProjectId>3</ExProjectId>
    <ExhibitorId>2</ExhibitorId>
    <ExhibitorName>sample string 12</ExhibitorName>
    <Id>4</Id>
    <Location>sample string 9</Location>
    <ProjectId>sample string 1</ProjectId>
    <Stand>sample string 8</Stand>
    <StandNo>sample string 11</StandNo>
    <Time>sample string 5</Time>
    <Title>sample string 6</Title>
    <Type>sample string 10</Type>
  </StandActivityViewModel>
  <StandActivityViewModel>
    <Category>sample string 13</Category>
    <Description>sample string 7</Description>
    <ExProjectId>3</ExProjectId>
    <ExhibitorId>2</ExhibitorId>
    <ExhibitorName>sample string 12</ExhibitorName>
    <Id>4</Id>
    <Location>sample string 9</Location>
    <ProjectId>sample string 1</ProjectId>
    <Stand>sample string 8</Stand>
    <StandNo>sample string 11</StandNo>
    <Time>sample string 5</Time>
    <Title>sample string 6</Title>
    <Type>sample string 10</Type>
  </StandActivityViewModel>
</ArrayOfStandActivityViewModel>