Discussions
Order Updated Webhook
Currently the order updated webhook in our sandbox is sending an event for every leg/order on a single update in the order interface; is that always expected or will we get a single updated event for a change to a specific order? (Referring to orders with multiple legs)
Posted by Ethan about 2 months ago
Will RoseRocket be sending ALL the properties of the Object? Or a specific list of properties that we need to tell you ahead of time?
Webhook POST body – what will be in the json? API document didn’t mention anything specific. Will RoseRocket be sending ALL the properties of the Object? Or a specific list of properties that we need to tell you ahead of time?
Posted by Jose Rivas about 2 months ago
We need to link Customers, Vendors, and charge lines. Do we have access to all those end points?
We need to link Customers, Vendors, and charge lines. Do we have access to all those end points?
Posted by Jose Rivas about 2 months ago
Are all the available Objects listed somewhere?
In the documentation, I don’t see a ‘table’ that shows all the available Objects and the properties within each object. In v2 doc they are clearly defined. Are they available somewhere for v1?
Posted by Jose Rivas about 2 months ago
Order creation date on the "get order" endpoint?
In postman collection, I see a ‘get order’ endpoint with query string parameters ‘start_at’ and ‘end_at’. For example:
"{{baseUrl}}/api/{{apiVersion}}/orders?offset=0&limit=10&start_at=2017-04-10&end_at=2017-04-10"
What does the date represent? Is it the order creation date?
Posted by Jose Rivas about 2 months ago
Driver UUID in RR match to Driver UUID In Samsara ELD
Hi since RR lacks an API endpoint to generate shared e-Tracking Page I am working with a customer to query an order's current location via Samsara's API.
I'm seeking to match the RoseRocket Driver UUID to the Samsara Driver UUID. I can see the driver UUID in the URL when I got to edit a driver. Is it possible to query more data here so that I can match it the UUID for the driver in Samsara?
I could then query what driver has what vehicle and what vehicle has what samara gateway (asset) and collect its data.
Otherwise, it looks like I will be forced to use an API equipped browser scraper to collect our driver UUIDs from RoseRocket and match by a less reliable field like a phone number.
Posted by Nunya about 2 months ago
Webhooks for Legs
With the webhooks for legs, is there a leg id passed back? How do we know what leg to get when the weebhook is fired?
Posted by null about 2 months ago
Created Date
Is there an easier way to get an order created date we are missing. Seems it is not available with "Get Order by ID" it is only available on "Search Orders" however we only know the ID of the order, and we cannot search by ID. So how can we get the created date? Do we have to get the order by the id, then use parameters from that to search for the order we already have?
Posted by null about 2 months ago
POST Load/unload leg by ID
I also see I can update statuses on the leg level by using "Load Leg by ID" as well as "Unload Leg By ID":
1. Can you provide the scenarios for how to tell if a leg should be "loaded" or "unloaded" (especially for interim stops) ?
2. Can you provide how entering the different query_params (from_arrive_at , from_in_at, from_out_at, pickup_at) should be used as well as what leg statuses they trigger?
Posted by Ethan Sims about 2 months ago
Webhook Event Specific data Json
Hi, is there any documentation on the event types for webhooks other than the dropdown in settings? We are looking for the json data for specific events to determine the best options for us. Thank you
Posted by null about 2 months ago