GET v1/Issuers/{id}/IndustryCodes/{industryCodeId}

Description

Retrieve industry code with WSO ID of {industryCodeId} for issuer with WSO ID of {id}.

Base Url

https://api-agc.wsohosting.com/


Rest Call Syntax


GET SecurityMaster/v1/Issuers/{id}/IndustryCodes/{industryCodeId}

GET SecurityMaster/v1/Issuers/{id}/IndustryCodes/{industryCodeId}

Verb

Base Url

URI parameters

 = 
 = 

Authentication



Response Format


Headers

Add header




Limitations

  • The provided sample is displaying multiple records in the items field, however this API call will only return no more than 1 record.




Request Information


Parameters

Name

Description

Type

Additional Information

id

WSO ID of issuer

integer

Required

industryCodeId

WSO ID of industry code

integer

Required




Response Information



NonPagedList Of IndustryCode

Name

Description

Type

Additional Information

Items

Collection of IndustryCode

Links

Collection of Link




Response Body Formats



application/json, text/json

Sample:
{
  "items": [
    {
      "id": 1,
      "industryCodeValueName": "sample string 2",
      "industryCodeTypeName": "sample string 3",
      "startDate": "2025-04-05T18:59:52.1086681-05:00",
      "addDate": "2025-04-05T18:59:52.1086681-05:00",
      "addId": "sample string 8",
      "addNode": "sample string 9",
      "lastChangeDate": "2025-04-05T18:59:52.1086681-05:00",
      "lastChangeId": "sample string 11",
      "lastChangeNode": "sample string 12",
      "links": [
        {
          "verb": "sample string 1",
          "rel": "sample string 2",
          "uri": "http://webapihelppage3.com"
        },
        {
          "verb": "sample string 1",
          "rel": "sample string 2",
          "uri": "http://webapihelppage3.com"
        }
      ]
    },
    {
      "id": 1,
      "industryCodeValueName": "sample string 2",
      "industryCodeTypeName": "sample string 3",
      "startDate": "2025-04-05T18:59:52.1086681-05:00",
      "addDate": "2025-04-05T18:59:52.1086681-05:00",
      "addId": "sample string 8",
      "addNode": "sample string 9",
      "lastChangeDate": "2025-04-05T18:59:52.1086681-05:00",
      "lastChangeId": "sample string 11",
      "lastChangeNode": "sample string 12",
      "links": [
        {
          "verb": "sample string 1",
          "rel": "sample string 2",
          "uri": "http://webapihelppage3.com"
        },
        {
          "verb": "sample string 1",
          "rel": "sample string 2",
          "uri": "http://webapihelppage3.com"
        }
      ]
    }
  ],
  "links": [
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    },
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    }
  ]
}

application/xml, text/xml

Sample:
<NonPagedListOfIndustryCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Items>
    <IndustryCode>
      <AddDate>2025-04-05T18:59:52.1086681-05:00</AddDate>
      <AddId>sample string 8</AddId>
      <AddNode>sample string 9</AddNode>
      <Id>1</Id>
      <IndustryCodeTypeName>sample string 3</IndustryCodeTypeName>
      <IndustryCodeValueName>sample string 2</IndustryCodeValueName>
      <LastChangeDate>2025-04-05T18:59:52.1086681-05:00</LastChangeDate>
      <LastChangeId>sample string 11</LastChangeId>
      <LastChangeNode>sample string 12</LastChangeNode>
      <Links>
        <Link>
          <Rel>sample string 2</Rel>
          <Uri>http://webapihelppage3.com/</Uri>
          <Verb>sample string 1</Verb>
        </Link>
        <Link>
          <Rel>sample string 2</Rel>
          <Uri>http://webapihelppage3.com/</Uri>
          <Verb>sample string 1</Verb>
        </Link>
      </Links>
      <StartDate>2025-04-05T18:59:52.1086681-05:00</StartDate>
    </IndustryCode>
    <IndustryCode>
      <AddDate>2025-04-05T18:59:52.1086681-05:00</AddDate>
      <AddId>sample string 8</AddId>
      <AddNode>sample string 9</AddNode>
      <Id>1</Id>
      <IndustryCodeTypeName>sample string 3</IndustryCodeTypeName>
      <IndustryCodeValueName>sample string 2</IndustryCodeValueName>
      <LastChangeDate>2025-04-05T18:59:52.1086681-05:00</LastChangeDate>
      <LastChangeId>sample string 11</LastChangeId>
      <LastChangeNode>sample string 12</LastChangeNode>
      <Links>
        <Link>
          <Rel>sample string 2</Rel>
          <Uri>http://webapihelppage3.com/</Uri>
          <Verb>sample string 1</Verb>
        </Link>
        <Link>
          <Rel>sample string 2</Rel>
          <Uri>http://webapihelppage3.com/</Uri>
          <Verb>sample string 1</Verb>
        </Link>
      </Links>
      <StartDate>2025-04-05T18:59:52.1086681-05:00</StartDate>
    </IndustryCode>
  </Items>
  <Links>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
  </Links>
</NonPagedListOfIndustryCode>



Feedback