GET api/ExternalAPI/GetESGIndustry?standard={standard}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
standard
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": "sample string 1",
    "IndustryId": "sample string 2",
    "Name": "sample string 3",
    "IsActive": true,
    "Standard": 0
  },
  {
    "Id": "sample string 1",
    "IndustryId": "sample string 2",
    "Name": "sample string 3",
    "IsActive": true,
    "Standard": 0
  },
  {
    "Id": "sample string 1",
    "IndustryId": "sample string 2",
    "Name": "sample string 3",
    "IsActive": true,
    "Standard": 0
  }
]

application/xml, text/xml

Sample:
<ArrayOfESGIndustry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MongoDA.Models.ESG">
  <ESGIndustry>
    <Id>sample string 1</Id>
    <IndustryId>sample string 2</IndustryId>
    <IsActive>true</IsActive>
    <Name>sample string 3</Name>
    <Standard>NONE</Standard>
  </ESGIndustry>
  <ESGIndustry>
    <Id>sample string 1</Id>
    <IndustryId>sample string 2</IndustryId>
    <IsActive>true</IsActive>
    <Name>sample string 3</Name>
    <Standard>NONE</Standard>
  </ESGIndustry>
  <ESGIndustry>
    <Id>sample string 1</Id>
    <IndustryId>sample string 2</IndustryId>
    <IsActive>true</IsActive>
    <Name>sample string 3</Name>
    <Standard>NONE</Standard>
  </ESGIndustry>
</ArrayOfESGIndustry>