GET api/GlobalTopics/multipleSubIndustries?industries={industries}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
industries

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GlobalTopicsModel
NameDescriptionTypeAdditional information
Name

string

None.

ImageUrl

string

None.

Description

string

None.

Tags

string

None.

LocationTypes

Collection of GlobalLocationTypesInfo

None.

SubIndustries

Collection of TopicSubIndustryInfo

None.

Id

integer

None.

Status

string

None.

CreatedBy

string

None.

CreateTimestamp

date

None.

ModifiedBy

string

None.

ModifiedTimestamp

date

None.

DataStateFlag

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "ImageUrl": "sample string 2",
    "Description": "sample string 3",
    "Tags": "sample string 4",
    "LocationTypes": [
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      }
    ],
    "SubIndustries": [
      {
        "IndustryName": "sample string 1",
        "IndustryId": 2,
        "SubIndustryName": "sample string 3",
        "SubIndustryId": 4
      },
      {
        "IndustryName": "sample string 1",
        "IndustryId": 2,
        "SubIndustryName": "sample string 3",
        "SubIndustryId": 4
      }
    ],
    "Id": 5,
    "Status": "sample string 6",
    "CreatedBy": "sample string 7",
    "CreateTimestamp": "2024-11-21T08:56:19.5341672+00:00",
    "ModifiedBy": "sample string 9",
    "ModifiedTimestamp": "2024-11-21T08:56:19.5341672+00:00",
    "DataStateFlag": "sample string 10"
  },
  {
    "Name": "sample string 1",
    "ImageUrl": "sample string 2",
    "Description": "sample string 3",
    "Tags": "sample string 4",
    "LocationTypes": [
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      }
    ],
    "SubIndustries": [
      {
        "IndustryName": "sample string 1",
        "IndustryId": 2,
        "SubIndustryName": "sample string 3",
        "SubIndustryId": 4
      },
      {
        "IndustryName": "sample string 1",
        "IndustryId": 2,
        "SubIndustryName": "sample string 3",
        "SubIndustryId": 4
      }
    ],
    "Id": 5,
    "Status": "sample string 6",
    "CreatedBy": "sample string 7",
    "CreateTimestamp": "2024-11-21T08:56:19.5341672+00:00",
    "ModifiedBy": "sample string 9",
    "ModifiedTimestamp": "2024-11-21T08:56:19.5341672+00:00",
    "DataStateFlag": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGlobalTopicsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models.Topics">
  <GlobalTopicsModel>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T08:56:19.5341672Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 7</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 10</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">5</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 9</ModifiedBy>
    <ModifiedTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T08:56:19.5341672Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 6</Status>
    <Description>sample string 3</Description>
    <ImageUrl>sample string 2</ImageUrl>
    <LocationTypes>
      <GlobalLocationTypesInfo>
        <Id>1</Id>
        <Name>sample string 2</Name>
      </GlobalLocationTypesInfo>
      <GlobalLocationTypesInfo>
        <Id>1</Id>
        <Name>sample string 2</Name>
      </GlobalLocationTypesInfo>
    </LocationTypes>
    <Name>sample string 1</Name>
    <SubIndustries>
      <TopicSubIndustryInfo>
        <IndustryId>2</IndustryId>
        <IndustryName>sample string 1</IndustryName>
        <SubIndustryId>4</SubIndustryId>
        <SubIndustryName>sample string 3</SubIndustryName>
      </TopicSubIndustryInfo>
      <TopicSubIndustryInfo>
        <IndustryId>2</IndustryId>
        <IndustryName>sample string 1</IndustryName>
        <SubIndustryId>4</SubIndustryId>
        <SubIndustryName>sample string 3</SubIndustryName>
      </TopicSubIndustryInfo>
    </SubIndustries>
    <Tags>sample string 4</Tags>
  </GlobalTopicsModel>
  <GlobalTopicsModel>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T08:56:19.5341672Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 7</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 10</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">5</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 9</ModifiedBy>
    <ModifiedTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T08:56:19.5341672Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 6</Status>
    <Description>sample string 3</Description>
    <ImageUrl>sample string 2</ImageUrl>
    <LocationTypes>
      <GlobalLocationTypesInfo>
        <Id>1</Id>
        <Name>sample string 2</Name>
      </GlobalLocationTypesInfo>
      <GlobalLocationTypesInfo>
        <Id>1</Id>
        <Name>sample string 2</Name>
      </GlobalLocationTypesInfo>
    </LocationTypes>
    <Name>sample string 1</Name>
    <SubIndustries>
      <TopicSubIndustryInfo>
        <IndustryId>2</IndustryId>
        <IndustryName>sample string 1</IndustryName>
        <SubIndustryId>4</SubIndustryId>
        <SubIndustryName>sample string 3</SubIndustryName>
      </TopicSubIndustryInfo>
      <TopicSubIndustryInfo>
        <IndustryId>2</IndustryId>
        <IndustryName>sample string 1</IndustryName>
        <SubIndustryId>4</SubIndustryId>
        <SubIndustryName>sample string 3</SubIndustryName>
      </TopicSubIndustryInfo>
    </SubIndustries>
    <Tags>sample string 4</Tags>
  </GlobalTopicsModel>
</ArrayOfGlobalTopicsModel>