v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Industry

Get the list of industries.

Get the list of industries listed on the Black Kite system.

get/api/v2/industries

Query parameters

page_numberinteger
Example:1

The number of the page requested.

page_size10 | 20 | 30
Example:10

The number of result items in a single response.

querystring
Example:Information

The value will be searched in the IndustryId and IndustryName response fields.

Response

Success

IndustryIdinteger

The unique identifier of this industry.

IndustryNamestring

The name of the industry.

Example response

[
  {
    "IndustryId": 5412,
    "IndustryName": "Manifacturing"
  }
]