GET api/SetupSDEquipmentIndustry/{accountId}/{companyId}/{showActiveOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

companyId

string

Required

showActiveOnly

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Collection of SetupSDEquipmentIndustry
NameDescriptionTypeAdditional information
IndustryName

string

None.

SetupSDEquipmentIndustryId

integer

None.

IsActive

boolean

None.

IndustryFieldList

Collection of IndustryFieldList

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedOn

date

None.

CreatedBy

string

None.

UpdatedOn

date

None.

UpdatedBy

string

None.

IsLockedForEditing

boolean

None.

LockedBy

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IndustryName": "sample string 1",
    "SetupSDEquipmentIndustryId": 1,
    "IsActive": true,
    "IndustryFieldList": [
      {
        "Value": "sample string 1",
        "KendoID": "8|sample string 9|2|1",
        "SetupSDEquipmentIndustryId": 2,
        "SetupSDEquipmentIndustryFieldId": 1,
        "FieldType": 3,
        "DataType": 4,
        "DisplayName": "sample string 5",
        "FieldSortId": 6,
        "IsActive": true,
        "AccountId": 8,
        "CompanyId": "sample string 9",
        "CreatedOn": "2025-12-16T17:03:23.2076551+00:00",
        "CreatedBy": "sample string 11",
        "UpdatedOn": "2025-12-16T17:03:23.2076551+00:00",
        "UpdatedBy": "sample string 12",
        "IsLockedForEditing": true,
        "LockedBy": "sample string 14"
      },
      {
        "Value": "sample string 1",
        "KendoID": "8|sample string 9|2|1",
        "SetupSDEquipmentIndustryId": 2,
        "SetupSDEquipmentIndustryFieldId": 1,
        "FieldType": 3,
        "DataType": 4,
        "DisplayName": "sample string 5",
        "FieldSortId": 6,
        "IsActive": true,
        "AccountId": 8,
        "CompanyId": "sample string 9",
        "CreatedOn": "2025-12-16T17:03:23.2076551+00:00",
        "CreatedBy": "sample string 11",
        "UpdatedOn": "2025-12-16T17:03:23.2076551+00:00",
        "UpdatedBy": "sample string 12",
        "IsLockedForEditing": true,
        "LockedBy": "sample string 14"
      }
    ],
    "AccountId": 3,
    "CompanyId": "sample string 4",
    "CreatedOn": "2025-12-16T17:03:23.2076551+00:00",
    "CreatedBy": "sample string 6",
    "UpdatedOn": "2025-12-16T17:03:23.2076551+00:00",
    "UpdatedBy": "sample string 7",
    "IsLockedForEditing": true,
    "LockedBy": "sample string 9"
  },
  {
    "IndustryName": "sample string 1",
    "SetupSDEquipmentIndustryId": 1,
    "IsActive": true,
    "IndustryFieldList": [
      {
        "Value": "sample string 1",
        "KendoID": "8|sample string 9|2|1",
        "SetupSDEquipmentIndustryId": 2,
        "SetupSDEquipmentIndustryFieldId": 1,
        "FieldType": 3,
        "DataType": 4,
        "DisplayName": "sample string 5",
        "FieldSortId": 6,
        "IsActive": true,
        "AccountId": 8,
        "CompanyId": "sample string 9",
        "CreatedOn": "2025-12-16T17:03:23.2076551+00:00",
        "CreatedBy": "sample string 11",
        "UpdatedOn": "2025-12-16T17:03:23.2076551+00:00",
        "UpdatedBy": "sample string 12",
        "IsLockedForEditing": true,
        "LockedBy": "sample string 14"
      },
      {
        "Value": "sample string 1",
        "KendoID": "8|sample string 9|2|1",
        "SetupSDEquipmentIndustryId": 2,
        "SetupSDEquipmentIndustryFieldId": 1,
        "FieldType": 3,
        "DataType": 4,
        "DisplayName": "sample string 5",
        "FieldSortId": 6,
        "IsActive": true,
        "AccountId": 8,
        "CompanyId": "sample string 9",
        "CreatedOn": "2025-12-16T17:03:23.2076551+00:00",
        "CreatedBy": "sample string 11",
        "UpdatedOn": "2025-12-16T17:03:23.2076551+00:00",
        "UpdatedBy": "sample string 12",
        "IsLockedForEditing": true,
        "LockedBy": "sample string 14"
      }
    ],
    "AccountId": 3,
    "CompanyId": "sample string 4",
    "CreatedOn": "2025-12-16T17:03:23.2076551+00:00",
    "CreatedBy": "sample string 6",
    "UpdatedOn": "2025-12-16T17:03:23.2076551+00:00",
    "UpdatedBy": "sample string 7",
    "IsLockedForEditing": true,
    "LockedBy": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSetupSDEquipmentIndustry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Setup">
  <SetupSDEquipmentIndustry>
    <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">3</AccountId>
    <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 4</CompanyId>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 6</CreatedBy>
    <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:03:23.2076551+00:00</CreatedOn>
    <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">true</IsLockedForEditing>
    <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 9</LockedBy>
    <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 7</UpdatedBy>
    <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:03:23.2076551+00:00</UpdatedOn>
    <IndustryFieldList>
      <IndustryFieldList>
        <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">8</AccountId>
        <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 9</CompanyId>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 11</CreatedBy>
        <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:03:23.2076551+00:00</CreatedOn>
        <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">true</IsLockedForEditing>
        <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 14</LockedBy>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 12</UpdatedBy>
        <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:03:23.2076551+00:00</UpdatedOn>
        <DataType>4</DataType>
        <DisplayName>sample string 5</DisplayName>
        <FieldSortId>6</FieldSortId>
        <FieldType>3</FieldType>
        <IsActive>true</IsActive>
        <SetupSDEquipmentIndustryFieldId>1</SetupSDEquipmentIndustryFieldId>
        <SetupSDEquipmentIndustryId>2</SetupSDEquipmentIndustryId>
        <Value>sample string 1</Value>
      </IndustryFieldList>
      <IndustryFieldList>
        <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">8</AccountId>
        <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 9</CompanyId>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 11</CreatedBy>
        <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:03:23.2076551+00:00</CreatedOn>
        <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">true</IsLockedForEditing>
        <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 14</LockedBy>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 12</UpdatedBy>
        <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:03:23.2076551+00:00</UpdatedOn>
        <DataType>4</DataType>
        <DisplayName>sample string 5</DisplayName>
        <FieldSortId>6</FieldSortId>
        <FieldType>3</FieldType>
        <IsActive>true</IsActive>
        <SetupSDEquipmentIndustryFieldId>1</SetupSDEquipmentIndustryFieldId>
        <SetupSDEquipmentIndustryId>2</SetupSDEquipmentIndustryId>
        <Value>sample string 1</Value>
      </IndustryFieldList>
    </IndustryFieldList>
    <IndustryName>sample string 1</IndustryName>
    <IsActive>true</IsActive>
    <SetupSDEquipmentIndustryId>1</SetupSDEquipmentIndustryId>
  </SetupSDEquipmentIndustry>
  <SetupSDEquipmentIndustry>
    <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">3</AccountId>
    <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 4</CompanyId>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 6</CreatedBy>
    <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:03:23.2076551+00:00</CreatedOn>
    <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">true</IsLockedForEditing>
    <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 9</LockedBy>
    <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 7</UpdatedBy>
    <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:03:23.2076551+00:00</UpdatedOn>
    <IndustryFieldList>
      <IndustryFieldList>
        <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">8</AccountId>
        <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 9</CompanyId>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 11</CreatedBy>
        <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:03:23.2076551+00:00</CreatedOn>
        <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">true</IsLockedForEditing>
        <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 14</LockedBy>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 12</UpdatedBy>
        <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:03:23.2076551+00:00</UpdatedOn>
        <DataType>4</DataType>
        <DisplayName>sample string 5</DisplayName>
        <FieldSortId>6</FieldSortId>
        <FieldType>3</FieldType>
        <IsActive>true</IsActive>
        <SetupSDEquipmentIndustryFieldId>1</SetupSDEquipmentIndustryFieldId>
        <SetupSDEquipmentIndustryId>2</SetupSDEquipmentIndustryId>
        <Value>sample string 1</Value>
      </IndustryFieldList>
      <IndustryFieldList>
        <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">8</AccountId>
        <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 9</CompanyId>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 11</CreatedBy>
        <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:03:23.2076551+00:00</CreatedOn>
        <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">true</IsLockedForEditing>
        <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 14</LockedBy>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 12</UpdatedBy>
        <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T17:03:23.2076551+00:00</UpdatedOn>
        <DataType>4</DataType>
        <DisplayName>sample string 5</DisplayName>
        <FieldSortId>6</FieldSortId>
        <FieldType>3</FieldType>
        <IsActive>true</IsActive>
        <SetupSDEquipmentIndustryFieldId>1</SetupSDEquipmentIndustryFieldId>
        <SetupSDEquipmentIndustryId>2</SetupSDEquipmentIndustryId>
        <Value>sample string 1</Value>
      </IndustryFieldList>
    </IndustryFieldList>
    <IndustryName>sample string 1</IndustryName>
    <IsActive>true</IsActive>
    <SetupSDEquipmentIndustryId>1</SetupSDEquipmentIndustryId>
  </SetupSDEquipmentIndustry>
</ArrayOfSetupSDEquipmentIndustry>