Skip to content
English
  • There are no suggestions because the search field is empty.

V2: Industries

Description

The endpoints retrieves the list of industries.


HTTP Method

get


URL

/api/industries/{includeIactive}/{languageID}

Path Parameters

Name Type
includeInactive

required <boolean>

Default value : false

languageID

required <integer>

Default value : 1



Query Parameters

Name Type
api-version optional <string>


Response

[
{
"ID": 0,
"Name": "string",
"IsActive": true,
"DisplayOrder": 0,
"Memo": "string",
"BackgroundColor": "string",
"ForegroundColor": "string"
}
]

Example

[
{
"ID": 29,
"Name": "Media",
"IsActive": true,
"DisplayOrder": 24,
"Memo": "",
"BackgroundColor": "#CEECA6",
"ForegroundColor": "#212529"
},
{
"ID": 30,
"Name": "Telecommunications",
"IsActive": true,
"DisplayOrder": 25,
"Memo": "",
"BackgroundColor": "#C8F8F6",
"ForegroundColor": "#212529"
},
{
"ID": 32,
"Name": "Public Sector",
"IsActive": true,
"DisplayOrder": 26,
"Memo": "",
"BackgroundColor": "#D6C98C",
"ForegroundColor": "#212529"
}
]

Success Response

Code: 200 OK