GET Api/{language}/Project/{projectId}/Exhibitor/{exhibitorId}/Stand/{exProjectId}/Products
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| projectId | No documentation available. |
Define this parameter in the request URI. |
| language | No documentation available. |
Define this parameter in the request URI. |
| exhibitorId | No documentation available. |
Define this parameter in the request URI. |
| exProjectId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"id": 1,
"projectId": "sample string 2",
"category": "sample string 3",
"title": "sample string 4",
"exhibitorCount": 5,
"clickCount": 6
},
{
"id": 1,
"projectId": "sample string 2",
"category": "sample string 3",
"title": "sample string 4",
"exhibitorCount": 5,
"clickCount": 6
},
{
"id": 1,
"projectId": "sample string 2",
"category": "sample string 3",
"title": "sample string 4",
"exhibitorCount": 5,
"clickCount": 6
}
]
text/html
Sample:
[{"id":1,"projectId":"sample string 2","category":"sample string 3","title":"sample string 4","exhibitorCount":5,"clickCount":6},{"id":1,"projectId":"sample string 2","category":"sample string 3","title":"sample string 4","exhibitorCount":5,"clickCount":6},{"id":1,"projectId":"sample string 2","category":"sample string 3","title":"sample string 4","exhibitorCount":5,"clickCount":6}]
application/xml, text/xml
Sample:
<ArrayOfProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FairCatalogue.CrossCutting.Entities">
<Product>
<Category>sample string 3</Category>
<ClickCount>6</ClickCount>
<ExhibitorCount>5</ExhibitorCount>
<Id>1</Id>
<ProjectId>sample string 2</ProjectId>
<Title>sample string 4</Title>
</Product>
<Product>
<Category>sample string 3</Category>
<ClickCount>6</ClickCount>
<ExhibitorCount>5</ExhibitorCount>
<Id>1</Id>
<ProjectId>sample string 2</ProjectId>
<Title>sample string 4</Title>
</Product>
<Product>
<Category>sample string 3</Category>
<ClickCount>6</ClickCount>
<ExhibitorCount>5</ExhibitorCount>
<Id>1</Id>
<ProjectId>sample string 2</ProjectId>
<Title>sample string 4</Title>
</Product>
</ArrayOfProduct>