GET api/GlobalStandard/GetByIndustryId?industryId={industryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
industryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GlobalStandardModel
NameDescriptionTypeAdditional information
StandardLabel

string

None.

Standard

string

None.

ProcedureLabel

string

None.

Procedure

string

None.

SubIndustries

Collection of StandardsSubIndustryInfo

None.

GlobalMedia

Collection of StandardsGlobalMedia

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:
[
  {
    "StandardLabel": "sample string 1",
    "Standard": "sample string 2",
    "ProcedureLabel": "sample string 3",
    "Procedure": "sample string 4",
    "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
      }
    ],
    "GlobalMedia": [
      {
        "MediaId": 1,
        "MediaUrl": "sample string 2",
        "Format": "sample string 3"
      },
      {
        "MediaId": 1,
        "MediaUrl": "sample string 2",
        "Format": "sample string 3"
      }
    ],
    "Id": 5,
    "Status": "sample string 6",
    "CreatedBy": "sample string 7",
    "CreateTimestamp": "2024-11-21T09:00:09.5729683+00:00",
    "ModifiedBy": "sample string 9",
    "ModifiedTimestamp": "2024-11-21T09:00:09.5729683+00:00",
    "DataStateFlag": "sample string 10"
  },
  {
    "StandardLabel": "sample string 1",
    "Standard": "sample string 2",
    "ProcedureLabel": "sample string 3",
    "Procedure": "sample string 4",
    "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
      }
    ],
    "GlobalMedia": [
      {
        "MediaId": 1,
        "MediaUrl": "sample string 2",
        "Format": "sample string 3"
      },
      {
        "MediaId": 1,
        "MediaUrl": "sample string 2",
        "Format": "sample string 3"
      }
    ],
    "Id": 5,
    "Status": "sample string 6",
    "CreatedBy": "sample string 7",
    "CreateTimestamp": "2024-11-21T09:00:09.5729683+00:00",
    "ModifiedBy": "sample string 9",
    "ModifiedTimestamp": "2024-11-21T09:00:09.5729683+00:00",
    "DataStateFlag": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGlobalStandardModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models.Standards">
  <GlobalStandardModel>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T09:00:09.5729683Z</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-21T09:00:09.5729683Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 6</Status>
    <GlobalMedia>
      <StandardsGlobalMedia>
        <Format>sample string 3</Format>
        <MediaId>1</MediaId>
        <MediaUrl>sample string 2</MediaUrl>
      </StandardsGlobalMedia>
      <StandardsGlobalMedia>
        <Format>sample string 3</Format>
        <MediaId>1</MediaId>
        <MediaUrl>sample string 2</MediaUrl>
      </StandardsGlobalMedia>
    </GlobalMedia>
    <Procedure>sample string 4</Procedure>
    <ProcedureLabel>sample string 3</ProcedureLabel>
    <Standard>sample string 2</Standard>
    <StandardLabel>sample string 1</StandardLabel>
    <SubIndustries>
      <StandardsSubIndustryInfo>
        <IndustryId>2</IndustryId>
        <IndustryName>sample string 1</IndustryName>
        <SubIndustryId>4</SubIndustryId>
        <SubIndustryName>sample string 3</SubIndustryName>
      </StandardsSubIndustryInfo>
      <StandardsSubIndustryInfo>
        <IndustryId>2</IndustryId>
        <IndustryName>sample string 1</IndustryName>
        <SubIndustryId>4</SubIndustryId>
        <SubIndustryName>sample string 3</SubIndustryName>
      </StandardsSubIndustryInfo>
    </SubIndustries>
  </GlobalStandardModel>
  <GlobalStandardModel>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T09:00:09.5729683Z</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-21T09:00:09.5729683Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 6</Status>
    <GlobalMedia>
      <StandardsGlobalMedia>
        <Format>sample string 3</Format>
        <MediaId>1</MediaId>
        <MediaUrl>sample string 2</MediaUrl>
      </StandardsGlobalMedia>
      <StandardsGlobalMedia>
        <Format>sample string 3</Format>
        <MediaId>1</MediaId>
        <MediaUrl>sample string 2</MediaUrl>
      </StandardsGlobalMedia>
    </GlobalMedia>
    <Procedure>sample string 4</Procedure>
    <ProcedureLabel>sample string 3</ProcedureLabel>
    <Standard>sample string 2</Standard>
    <StandardLabel>sample string 1</StandardLabel>
    <SubIndustries>
      <StandardsSubIndustryInfo>
        <IndustryId>2</IndustryId>
        <IndustryName>sample string 1</IndustryName>
        <SubIndustryId>4</SubIndustryId>
        <SubIndustryName>sample string 3</SubIndustryName>
      </StandardsSubIndustryInfo>
      <StandardsSubIndustryInfo>
        <IndustryId>2</IndustryId>
        <IndustryName>sample string 1</IndustryName>
        <SubIndustryId>4</SubIndustryId>
        <SubIndustryName>sample string 3</SubIndustryName>
      </StandardsSubIndustryInfo>
    </SubIndustries>
  </GlobalStandardModel>
</ArrayOfGlobalStandardModel>