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.
| Parameter | Description | Type | Defined Value Set | Value Req'd |
|---|
| queryType | Must equal getIndustries. | STRING | getIndustries | Y |
Responses
| Code | Type | Description |
|---|
| 200 | JSON | The requested data. |
| 401 | JSON | Occurs for various unauthorized tasks, such as not providing credentials in your parameters. |
| 500 | JSON | Occurs if an internal server error occurs. Contact altitudesupport@geotab.com if this occurs. |
Response Schema
| Attribute | Description | Data Type | Defined Value Set |
|---|
| NAICS_Code_1_From | The lower bound NAICS primary industry code. | INTEGER | - |
| NAICS_Code_1_To | The upper bound of the NAICS primary industry code (if applicable). | INTEGER | - |
| Sector | Name of industry sector associated with the range of primary industry codes. | STRING | - |
Sample parameters
{
"queryType": "getIndustries",
}