GET api/LocalTopics?accountId={accountId}&sorted={sorted}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

sorted

boolean

Required

Body Parameters

None.

Response Information

Resource Description

LocalTopicsModel
NameDescriptionTypeAdditional information
Name

string

None.

ImageUrl

string

None.

Description

string

None.

Tags

string

None.

AccountId

integer

None.

GlobalTopicId

integer

None.

GlobalTopicName

string

None.

Industry

string

None.

IndustryId

integer

None.

SubIndustry

string

None.

SubIndustryId

integer

None.

LocationTypes

Collection of localTopicLocationTypes

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",
  "AccountId": 5,
  "GlobalTopicId": 6,
  "GlobalTopicName": "sample string 7",
  "Industry": "sample string 8",
  "IndustryId": 9,
  "SubIndustry": "sample string 10",
  "SubIndustryId": 11,
  "LocationTypes": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ],
  "Id": 12,
  "Status": "sample string 13",
  "CreatedBy": "sample string 14",
  "CreateTimestamp": "2024-11-21T08:52:21.2968079+00:00",
  "ModifiedBy": "sample string 16",
  "ModifiedTimestamp": "2024-11-21T08:52:21.2968079+00:00",
  "DataStateFlag": "sample string 17"
}

application/xml, text/xml

Sample:
<LocalTopicsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models.Topics">
  <CreateTimestamp xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
    <d2p1:DateTime>2024-11-21T08:52:21.2968079Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CreateTimestamp>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 14</CreatedBy>
  <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 17</DataStateFlag>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">12</Id>
  <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 16</ModifiedBy>
  <ModifiedTimestamp xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
    <d2p1:DateTime>2024-11-21T08:52:21.2968079Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </ModifiedTimestamp>
  <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 13</Status>
  <AccountId>5</AccountId>
  <Description>sample string 3</Description>
  <GlobalTopicId>6</GlobalTopicId>
  <GlobalTopicName>sample string 7</GlobalTopicName>
  <ImageUrl>sample string 2</ImageUrl>
  <Industry>sample string 8</Industry>
  <IndustryId>9</IndustryId>
  <LocationTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.Topics">
    <d2p1:localTopicLocationTypes>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Name>sample string 2</d2p1:Name>
    </d2p1:localTopicLocationTypes>
    <d2p1:localTopicLocationTypes>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Name>sample string 2</d2p1:Name>
    </d2p1:localTopicLocationTypes>
  </LocationTypes>
  <Name>sample string 1</Name>
  <SubIndustry>sample string 10</SubIndustry>
  <SubIndustryId>11</SubIndustryId>
  <Tags>sample string 4</Tags>
</LocalTopicsModel>