GET Api/{language}/Project/{projectId}/Exhibitor/{exhibitorId}/Stand/{exProjectId}/StandActivities

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
projectId
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.

language
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "projectId": "sample string 1",
    "exhibitorId": 2,
    "exProjectId": 3,
    "id": 4,
    "startTime": "2024-04-19T03:11:31.1414063+02:00",
    "endTime": "2024-04-19T03:11:31.1414063+02:00",
    "title": "sample string 7",
    "description": "sample string 8",
    "exhibitorName": "sample string 9",
    "standNo": "sample string 10",
    "standName": "sample string 11",
    "location": "sample string 12",
    "type": "sample string 13",
    "urlLogo": "sample string 14"
  },
  {
    "projectId": "sample string 1",
    "exhibitorId": 2,
    "exProjectId": 3,
    "id": 4,
    "startTime": "2024-04-19T03:11:31.1414063+02:00",
    "endTime": "2024-04-19T03:11:31.1414063+02:00",
    "title": "sample string 7",
    "description": "sample string 8",
    "exhibitorName": "sample string 9",
    "standNo": "sample string 10",
    "standName": "sample string 11",
    "location": "sample string 12",
    "type": "sample string 13",
    "urlLogo": "sample string 14"
  },
  {
    "projectId": "sample string 1",
    "exhibitorId": 2,
    "exProjectId": 3,
    "id": 4,
    "startTime": "2024-04-19T03:11:31.1414063+02:00",
    "endTime": "2024-04-19T03:11:31.1414063+02:00",
    "title": "sample string 7",
    "description": "sample string 8",
    "exhibitorName": "sample string 9",
    "standNo": "sample string 10",
    "standName": "sample string 11",
    "location": "sample string 12",
    "type": "sample string 13",
    "urlLogo": "sample string 14"
  }
]

text/html

Sample:
[{"projectId":"sample string 1","exhibitorId":2,"exProjectId":3,"id":4,"startTime":"2024-04-19T03:11:31.1414063+02:00","endTime":"2024-04-19T03:11:31.1414063+02:00","title":"sample string 7","description":"sample string 8","exhibitorName":"sample string 9","standNo":"sample string 10","standName":"sample string 11","location":"sample string 12","type":"sample string 13","urlLogo":"sample string 14"},{"projectId":"sample string 1","exhibitorId":2,"exProjectId":3,"id":4,"startTime":"2024-04-19T03:11:31.1414063+02:00","endTime":"2024-04-19T03:11:31.1414063+02:00","title":"sample string 7","description":"sample string 8","exhibitorName":"sample string 9","standNo":"sample string 10","standName":"sample string 11","location":"sample string 12","type":"sample string 13","urlLogo":"sample string 14"},{"projectId":"sample string 1","exhibitorId":2,"exProjectId":3,"id":4,"startTime":"2024-04-19T03:11:31.1414063+02:00","endTime":"2024-04-19T03:11:31.1414063+02:00","title":"sample string 7","description":"sample string 8","exhibitorName":"sample string 9","standNo":"sample string 10","standName":"sample string 11","location":"sample string 12","type":"sample string 13","urlLogo":"sample string 14"}]

application/xml, text/xml

Sample:
<ArrayOfStandActivity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FairCatalogue.CrossCutting.Entities">
  <StandActivity>
    <Description>sample string 8</Description>
    <EndTime>2024-04-19T03:11:31.1414063+02:00</EndTime>
    <ExProjectId>3</ExProjectId>
    <ExhibitorId>2</ExhibitorId>
    <ExhibitorName>sample string 9</ExhibitorName>
    <Id>4</Id>
    <Location>sample string 12</Location>
    <ProjectId>sample string 1</ProjectId>
    <StandName>sample string 11</StandName>
    <StandNo>sample string 10</StandNo>
    <StartTime>2024-04-19T03:11:31.1414063+02:00</StartTime>
    <Title>sample string 7</Title>
    <Type>sample string 13</Type>
    <UrlLogo>sample string 14</UrlLogo>
  </StandActivity>
  <StandActivity>
    <Description>sample string 8</Description>
    <EndTime>2024-04-19T03:11:31.1414063+02:00</EndTime>
    <ExProjectId>3</ExProjectId>
    <ExhibitorId>2</ExhibitorId>
    <ExhibitorName>sample string 9</ExhibitorName>
    <Id>4</Id>
    <Location>sample string 12</Location>
    <ProjectId>sample string 1</ProjectId>
    <StandName>sample string 11</StandName>
    <StandNo>sample string 10</StandNo>
    <StartTime>2024-04-19T03:11:31.1414063+02:00</StartTime>
    <Title>sample string 7</Title>
    <Type>sample string 13</Type>
    <UrlLogo>sample string 14</UrlLogo>
  </StandActivity>
  <StandActivity>
    <Description>sample string 8</Description>
    <EndTime>2024-04-19T03:11:31.1414063+02:00</EndTime>
    <ExProjectId>3</ExProjectId>
    <ExhibitorId>2</ExhibitorId>
    <ExhibitorName>sample string 9</ExhibitorName>
    <Id>4</Id>
    <Location>sample string 12</Location>
    <ProjectId>sample string 1</ProjectId>
    <StandName>sample string 11</StandName>
    <StandNo>sample string 10</StandNo>
    <StartTime>2024-04-19T03:11:31.1414063+02:00</StartTime>
    <Title>sample string 7</Title>
    <Type>sample string 13</Type>
    <UrlLogo>sample string 14</UrlLogo>
  </StandActivity>
</ArrayOfStandActivity>