GET Api/{language}/Project/{projectId}/Trademarks

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
projectId
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,
    "exhibitorName": "sample string 4",
    "exhibitorStand": "sample string 5",
    "title": "sample string 6",
    "isRepresentedCompany": true
  },
  {
    "projectId": "sample string 1",
    "exhibitorId": 2,
    "exProjectId": 3,
    "exhibitorName": "sample string 4",
    "exhibitorStand": "sample string 5",
    "title": "sample string 6",
    "isRepresentedCompany": true
  },
  {
    "projectId": "sample string 1",
    "exhibitorId": 2,
    "exProjectId": 3,
    "exhibitorName": "sample string 4",
    "exhibitorStand": "sample string 5",
    "title": "sample string 6",
    "isRepresentedCompany": true
  }
]

text/html

Sample:
[{"projectId":"sample string 1","exhibitorId":2,"exProjectId":3,"exhibitorName":"sample string 4","exhibitorStand":"sample string 5","title":"sample string 6","isRepresentedCompany":true},{"projectId":"sample string 1","exhibitorId":2,"exProjectId":3,"exhibitorName":"sample string 4","exhibitorStand":"sample string 5","title":"sample string 6","isRepresentedCompany":true},{"projectId":"sample string 1","exhibitorId":2,"exProjectId":3,"exhibitorName":"sample string 4","exhibitorStand":"sample string 5","title":"sample string 6","isRepresentedCompany":true}]

application/xml, text/xml

Sample:
<ArrayOfTrademark xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FairCatalogue.CrossCutting.Entities">
  <Trademark>
    <ExProjectId>3</ExProjectId>
    <ExhibitorId>2</ExhibitorId>
    <ExhibitorName>sample string 4</ExhibitorName>
    <ExhibitorStand>sample string 5</ExhibitorStand>
    <IsRepresentedCompany>true</IsRepresentedCompany>
    <ProjectId>sample string 1</ProjectId>
    <Title>sample string 6</Title>
  </Trademark>
  <Trademark>
    <ExProjectId>3</ExProjectId>
    <ExhibitorId>2</ExhibitorId>
    <ExhibitorName>sample string 4</ExhibitorName>
    <ExhibitorStand>sample string 5</ExhibitorStand>
    <IsRepresentedCompany>true</IsRepresentedCompany>
    <ProjectId>sample string 1</ProjectId>
    <Title>sample string 6</Title>
  </Trademark>
  <Trademark>
    <ExProjectId>3</ExProjectId>
    <ExhibitorId>2</ExhibitorId>
    <ExhibitorName>sample string 4</ExhibitorName>
    <ExhibitorStand>sample string 5</ExhibitorStand>
    <IsRepresentedCompany>true</IsRepresentedCompany>
    <ProjectId>sample string 1</ProjectId>
    <Title>sample string 6</Title>
  </Trademark>
</ArrayOfTrademark>