GET SectorAndFunctionalAreas/GetSectors
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MYCII_EWS.BusinessObjects.SectorList| Name | Description | Type | Additional information | 
|---|---|---|---|
| SOI | Collection of MYCII_EWS.BusinessObjects.SectorOfInterest | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "SOI": [
    {
      "SectorId": "sample string 1",
      "SectorName": "sample string 2"
    },
    {
      "SectorId": "sample string 1",
      "SectorName": "sample string 2"
    }
  ]
}
        application/xml, text/xml
            Sample:
<SectorList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SOI>
    <SectorOfInterest>
      <SectorId>sample string 1</SectorId>
      <SectorName>sample string 2</SectorName>
    </SectorOfInterest>
    <SectorOfInterest>
      <SectorId>sample string 1</SectorId>
      <SectorName>sample string 2</SectorName>
    </SectorOfInterest>
  </SOI>
</SectorList>