POST api/UserExhibitor/GetExhibitors
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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,
"name": "sample string 4",
"stand": "sample string 5",
"dealsCount": 6,
"isMarkedToBeVisited": true,
"logotypeUrl": "sample string 8",
"sePresentation": "sample string 9",
"isBookingOfMeetingEnabled": true,
"isBooked": true,
"isVirtual": true
},
{
"projectId": "sample string 1",
"exhibitorId": 2,
"exProjectId": 3,
"name": "sample string 4",
"stand": "sample string 5",
"dealsCount": 6,
"isMarkedToBeVisited": true,
"logotypeUrl": "sample string 8",
"sePresentation": "sample string 9",
"isBookingOfMeetingEnabled": true,
"isBooked": true,
"isVirtual": true
},
{
"projectId": "sample string 1",
"exhibitorId": 2,
"exProjectId": 3,
"name": "sample string 4",
"stand": "sample string 5",
"dealsCount": 6,
"isMarkedToBeVisited": true,
"logotypeUrl": "sample string 8",
"sePresentation": "sample string 9",
"isBookingOfMeetingEnabled": true,
"isBooked": true,
"isVirtual": true
}
]
text/html
Sample:
[{"projectId":"sample string 1","exhibitorId":2,"exProjectId":3,"name":"sample string 4","stand":"sample string 5","dealsCount":6,"isMarkedToBeVisited":true,"logotypeUrl":"sample string 8","sePresentation":"sample string 9","isBookingOfMeetingEnabled":true,"isBooked":true,"isVirtual":true},{"projectId":"sample string 1","exhibitorId":2,"exProjectId":3,"name":"sample string 4","stand":"sample string 5","dealsCount":6,"isMarkedToBeVisited":true,"logotypeUrl":"sample string 8","sePresentation":"sample string 9","isBookingOfMeetingEnabled":true,"isBooked":true,"isVirtual":true},{"projectId":"sample string 1","exhibitorId":2,"exProjectId":3,"name":"sample string 4","stand":"sample string 5","dealsCount":6,"isMarkedToBeVisited":true,"logotypeUrl":"sample string 8","sePresentation":"sample string 9","isBookingOfMeetingEnabled":true,"isBooked":true,"isVirtual":true}]
application/xml, text/xml
Sample:
<ArrayOfExhibitorListItemViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FairCatalogue.WebApi.Models">
<ExhibitorListItemViewModel>
<DealsCount>6</DealsCount>
<ExProjectId>3</ExProjectId>
<ExhibitorId>2</ExhibitorId>
<IsBooked>true</IsBooked>
<IsBookingOfMeetingEnabled>true</IsBookingOfMeetingEnabled>
<IsMarkedToBeVisited>true</IsMarkedToBeVisited>
<IsVirtual>true</IsVirtual>
<LogotypeUrl>sample string 8</LogotypeUrl>
<Name>sample string 4</Name>
<ProjectId>sample string 1</ProjectId>
<SePresentation>sample string 9</SePresentation>
<Stand>sample string 5</Stand>
</ExhibitorListItemViewModel>
<ExhibitorListItemViewModel>
<DealsCount>6</DealsCount>
<ExProjectId>3</ExProjectId>
<ExhibitorId>2</ExhibitorId>
<IsBooked>true</IsBooked>
<IsBookingOfMeetingEnabled>true</IsBookingOfMeetingEnabled>
<IsMarkedToBeVisited>true</IsMarkedToBeVisited>
<IsVirtual>true</IsVirtual>
<LogotypeUrl>sample string 8</LogotypeUrl>
<Name>sample string 4</Name>
<ProjectId>sample string 1</ProjectId>
<SePresentation>sample string 9</SePresentation>
<Stand>sample string 5</Stand>
</ExhibitorListItemViewModel>
<ExhibitorListItemViewModel>
<DealsCount>6</DealsCount>
<ExProjectId>3</ExProjectId>
<ExhibitorId>2</ExhibitorId>
<IsBooked>true</IsBooked>
<IsBookingOfMeetingEnabled>true</IsBookingOfMeetingEnabled>
<IsMarkedToBeVisited>true</IsMarkedToBeVisited>
<IsVirtual>true</IsVirtual>
<LogotypeUrl>sample string 8</LogotypeUrl>
<Name>sample string 4</Name>
<ProjectId>sample string 1</ProjectId>
<SePresentation>sample string 9</SePresentation>
<Stand>sample string 5</Stand>
</ExhibitorListItemViewModel>
</ArrayOfExhibitorListItemViewModel>