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
Example response
[
{
"IndustryId": 5412,
"IndustryName": "Manifacturing"
}
]