get
/api/v2/filters/vocations
Python SDK method:
client.filters.get_vocations()

Get vocation filter options

Returns the list of vehicle vocation options as determined by Geotab's machine learning classification. Pass the vocation IDs returned here in the vocations field of analysis requests.

Altitude Help Center — getVocations

Success Responses

200 response: object

OK.

NameTypeDescription
displayOrderinteger (int64)Sort order for display.
vocationstringVocation label.
vocationIdinteger (int64)Unique vocation identifier.

Response Errors

HTTP Status CodeReason
400The request body or parameters are invalid.
401Authentication is required or the provided credentials are invalid.
403The authenticated user lacks permission to perform this operation.
404The requested resource does not exist.
422The request is syntactically valid but semantically cannot be processed.
429The request rate limit has been exceeded.
500An unexpected server error occurred.