queryType: getIndustries

The getIndustries queryType is passed to the API to get a list of industry information.

Parameters

These parameters should be passed to the functionParameters object regardless of which method you choose from here.

ParameterDescriptionTypeDefined Value SetValue Req'd
queryTypeMust equal getIndustries.STRINGgetIndustriesY

Responses

CodeTypeDescription
200JSONThe requested data.
401JSONOccurs for various unauthorized tasks, such as not providing credentials in your parameters.
500JSONOccurs if an internal server error occurs. Contact altitudesupport@geotab.com if this occurs.

Response Schema

AttributeDescriptionData TypeDefined Value Set
NAICS_Code_1_FromThe lower bound NAICS primary industry code.INTEGER-
NAICS_Code_1_ToThe upper bound of the NAICS primary industry code (if applicable).INTEGER-
SectorName of industry sector associated with the range of primary industry codes.STRING-

Sample parameters


{
"queryType": "getIndustries",
}