Topic: Remote API: Notification upon Account/User/Unit/Driver Creation
Hello World!
I'm fairly new to Wailon Platform and with my new company as a developer, my first assignment is to integrate Wailon with Gov. service.
So, in short, we will be forwarding data of our accounts/units/drivers to gov in following ways:
- If new account/unit/driver is created, we've to send its data to gov. In return we will get reference id.
- Every couple of minutes, we have to send data of vehicles of which engine are on.
- Once in every hour, we have to send data of vehicles of which engine are off.
Data will be comprised of:
- Account Reference Id (custom field)
- Driver Reference Id (custom field)
- Coordinates (Long - Lat)
- Velocity
- Weight
---------------------------------
So , I've following questions:
> Can I somehow get notified using Remote API when an account/user/unit/driver is created or registered via CMS Wailon?
> Can I get an array (list) of vehicles/units which are on and which are off?
---------------------------------
If there are related topics posted here before, then feel free to share them as I couldn't find.