GET api/v2/Company/{id}/CompanySectorsExpanded
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CompanySectorExpandedName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
SectorId | integer |
None. |
|
CompanyId | integer |
None. |
|
Value | string |
None. |
|
Name | string |
None. |
|
Type | integer |
None. |
|
ParentId | integer |
None. |
|
IsActive | boolean |
None. |
|
Group | string |
None. |
|
Searchable | boolean |
None. |
|
SortOrder | integer |
None. |
|
Description | string |
None. |
|
SectorCompanyId | integer |
None. |
|
Parent | string |
None. |
|
ParentType | integer |
None. |
|
GrandParentId | integer |
None. |
|
ParentSortOrder | integer |
None. |
|
IndustryId | integer |
None. |
|
IndustryName | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "Id": 1, "SectorId": 2, "CompanyId": 3, "Value": "sample string 4", "Name": "sample string 5", "Type": 6, "ParentId": 7, "IsActive": true, "Group": "sample string 9", "Searchable": true, "SortOrder": 1, "Description": "sample string 11", "SectorCompanyId": 1, "Parent": "sample string 12", "ParentType": 1, "GrandParentId": 1, "ParentSortOrder": 1, "IndustryId": 13, "IndustryName": "sample string 14" }, { "Id": 1, "SectorId": 2, "CompanyId": 3, "Value": "sample string 4", "Name": "sample string 5", "Type": 6, "ParentId": 7, "IsActive": true, "Group": "sample string 9", "Searchable": true, "SortOrder": 1, "Description": "sample string 11", "SectorCompanyId": 1, "Parent": "sample string 12", "ParentType": 1, "GrandParentId": 1, "ParentSortOrder": 1, "IndustryId": 13, "IndustryName": "sample string 14" } ]
application/xml, text/xml
Sample:
<ArrayOfCompanyManager.CompanySectorExpanded xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NiceAPI.Managers"> <CompanyManager.CompanySectorExpanded> <CompanyId>3</CompanyId> <Description>sample string 11</Description> <GrandParentId>1</GrandParentId> <Group>sample string 9</Group> <Id>1</Id> <IndustryId>13</IndustryId> <IndustryName>sample string 14</IndustryName> <IsActive>true</IsActive> <Name>sample string 5</Name> <Parent>sample string 12</Parent> <ParentId>7</ParentId> <ParentSortOrder>1</ParentSortOrder> <ParentType>1</ParentType> <Searchable>true</Searchable> <SectorCompanyId>1</SectorCompanyId> <SectorId>2</SectorId> <SortOrder>1</SortOrder> <Type>6</Type> <Value>sample string 4</Value> </CompanyManager.CompanySectorExpanded> <CompanyManager.CompanySectorExpanded> <CompanyId>3</CompanyId> <Description>sample string 11</Description> <GrandParentId>1</GrandParentId> <Group>sample string 9</Group> <Id>1</Id> <IndustryId>13</IndustryId> <IndustryName>sample string 14</IndustryName> <IsActive>true</IsActive> <Name>sample string 5</Name> <Parent>sample string 12</Parent> <ParentId>7</ParentId> <ParentSortOrder>1</ParentSortOrder> <ParentType>1</ParentType> <Searchable>true</Searchable> <SectorCompanyId>1</SectorCompanyId> <SectorId>2</SectorId> <SortOrder>1</SortOrder> <Type>6</Type> <Value>sample string 4</Value> </CompanyManager.CompanySectorExpanded> </ArrayOfCompanyManager.CompanySectorExpanded>