GET api/GlobalLocationType?subIndustryId={subIndustryId}&sorted={sorted}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subIndustryId

integer

Required

sorted

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GlobalLocationTypeModel
NameDescriptionTypeAdditional information
Name

string

None.

Description

string

None.

Tags

string

None.

SubIndustries

Collection of SubIndustryInfo

None.

GlobalTopics

Collection of GlobalTopicsInfo

None.

Departments

Collection of DepartmentInfo

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",
    "Description": "sample string 2",
    "Tags": "sample string 3",
    "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
      }
    ],
    "GlobalTopics": [
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      }
    ],
    "Departments": [
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      }
    ],
    "Id": 4,
    "Status": "sample string 5",
    "CreatedBy": "sample string 6",
    "CreateTimestamp": "2024-11-21T08:50:08.2722892+00:00",
    "ModifiedBy": "sample string 8",
    "ModifiedTimestamp": "2024-11-21T08:50:08.2722892+00:00",
    "DataStateFlag": "sample string 9"
  },
  {
    "Name": "sample string 1",
    "Description": "sample string 2",
    "Tags": "sample string 3",
    "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
      }
    ],
    "GlobalTopics": [
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      }
    ],
    "Departments": [
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      }
    ],
    "Id": 4,
    "Status": "sample string 5",
    "CreatedBy": "sample string 6",
    "CreateTimestamp": "2024-11-21T08:50:08.2722892+00:00",
    "ModifiedBy": "sample string 8",
    "ModifiedTimestamp": "2024-11-21T08:50:08.2722892+00:00",
    "DataStateFlag": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGlobalLocationTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models.LocationType">
  <GlobalLocationTypeModel>
    <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:50:08.2722892Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 6</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 9</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">4</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 8</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:50:08.2722892Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 5</Status>
    <Departments>
      <DepartmentInfo>
        <Id>1</Id>
        <Name>sample string 2</Name>
      </DepartmentInfo>
      <DepartmentInfo>
        <Id>1</Id>
        <Name>sample string 2</Name>
      </DepartmentInfo>
    </Departments>
    <Description>sample string 2</Description>
    <GlobalTopics>
      <GlobalTopicsInfo>
        <Id>1</Id>
        <Name>sample string 2</Name>
      </GlobalTopicsInfo>
      <GlobalTopicsInfo>
        <Id>1</Id>
        <Name>sample string 2</Name>
      </GlobalTopicsInfo>
    </GlobalTopics>
    <Name>sample string 1</Name>
    <SubIndustries>
      <SubIndustryInfo>
        <IndustryId>2</IndustryId>
        <IndustryName>sample string 1</IndustryName>
        <SubIndustryId>4</SubIndustryId>
        <SubIndustryName>sample string 3</SubIndustryName>
      </SubIndustryInfo>
      <SubIndustryInfo>
        <IndustryId>2</IndustryId>
        <IndustryName>sample string 1</IndustryName>
        <SubIndustryId>4</SubIndustryId>
        <SubIndustryName>sample string 3</SubIndustryName>
      </SubIndustryInfo>
    </SubIndustries>
    <Tags>sample string 3</Tags>
  </GlobalLocationTypeModel>
  <GlobalLocationTypeModel>
    <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:50:08.2722892Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 6</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 9</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">4</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 8</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:50:08.2722892Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 5</Status>
    <Departments>
      <DepartmentInfo>
        <Id>1</Id>
        <Name>sample string 2</Name>
      </DepartmentInfo>
      <DepartmentInfo>
        <Id>1</Id>
        <Name>sample string 2</Name>
      </DepartmentInfo>
    </Departments>
    <Description>sample string 2</Description>
    <GlobalTopics>
      <GlobalTopicsInfo>
        <Id>1</Id>
        <Name>sample string 2</Name>
      </GlobalTopicsInfo>
      <GlobalTopicsInfo>
        <Id>1</Id>
        <Name>sample string 2</Name>
      </GlobalTopicsInfo>
    </GlobalTopics>
    <Name>sample string 1</Name>
    <SubIndustries>
      <SubIndustryInfo>
        <IndustryId>2</IndustryId>
        <IndustryName>sample string 1</IndustryName>
        <SubIndustryId>4</SubIndustryId>
        <SubIndustryName>sample string 3</SubIndustryName>
      </SubIndustryInfo>
      <SubIndustryInfo>
        <IndustryId>2</IndustryId>
        <IndustryName>sample string 1</IndustryName>
        <SubIndustryId>4</SubIndustryId>
        <SubIndustryName>sample string 3</SubIndustryName>
      </SubIndustryInfo>
    </SubIndustries>
    <Tags>sample string 3</Tags>
  </GlobalLocationTypeModel>
</ArrayOfGlobalLocationTypeModel>