Discussions

Ask a Question
ANSWERED
ANSWERED

Locations api questions: per_page, rate limits, location types, query parameters

Hello,

ANSWERED

HOS Logs - Driver event to vehicle

I am using the https://api.gomotive.com/v1/logs endpoint. The response includes vehicles and it includes events. The data in the events response does not include which of the vehicles the event occurred with. When a driver has multiple vehicles listed, I am hoping to associate driver events to a specific vehicle. Do you have any suggestions for doing so?

ANSWERED

Inspection Report Defect tracking

If two inspection reports for the same vehicle have the same failed inspected part, will those have the same id? If they don't, how should I go about keeping ensuring I only create a single defect on my side and don't just spam the service writers using my application with duplicated defects?

ANSWERED

Date/Time fields on Inspection Reports

Are the date and time fields on Inspection Reports the time the inspection was started or submitted?

ANSWERED

Driver's performance events (V2)

I am using the driver performance events endpoint, the default start_date and end_date parameters suggest that data from one week ago until the day of request is fetched. However, after many tests we concluded that this actually not the case, safety event record form 7 days ago and a few for the following day are returning but not all events for the last 7 days. Has anyone else experienced this issue? Could this an error on the data the API returns or is my interpretation of the parameters incorrect? Any insight is helpful.

ANSWERED

How can I get API key to configure inhouse use of APIs?

Good day, I want to integrate the APIs of the platform to my telegram bot, as I am understanding, I can do it with API keys, but I looked for it on the portal a lot, but no results, can you help me with that? Ty

ANSWERED

App status Approval

My App status is currently in pending status, I just want to know when it will be approved

ANSWERED

Is there an endpoint (or a combination of endpoints) that lets me find out whether a vehicle is currently idle, and if so, how long?

These endpoints are the closest I can find regarding my question, but I don't know if they will provide what I need:

ANSWERED

Active webhook not sending requests

I have an active webhook for user_upserted but when I make changes to a driver, no request is sent to my app. Under "View Requests" no data is found and I've confirmed in my application's console that no request is sent. The test request is handled successfully. I also saved changes for a user and still no request is sent. I have two accounts and each has the same webhook (same url and same action) and both are active but only the webhook for one account works successfully.