queryType: getParams

The getParams queryType is passed to the API to get all parameter values passed to an analysis.

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 "getParams".STRING"getParams"Y
analysisJobIdThe job id that was used to generate the analysis.STRING-Y

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
ParametersAll parameter values passed to the analysis, formatted as a JSON string.STRING-

Sample parameters


{
"analysisJobId": "<analysisJobId>",
"queryType":"getParams"
}