TKM Vehicle Info
This endpoint returns the TKM vehicle data stored in Redis. You can use the filter parameter to perform field-based filtering.
Loading API Playground...
Requirements
• The filter is optional. Format: Field=Value;OtherField=Value
• Numerical comparisons are supported: >, >=, (less than), (less than or equal)
• String/boolean/null only match with '='.
Response Fields
• Can return a JSON array or object. • Depending on whether the Redis type is String/Hash/List/Set/SortedSet, a different JSON structure is produced. • When a filter is applied, only matching items are returned.