Discussions
Possible to get "other team members" through API?
3 months ago by null
Hi RR support,
On an order's page, for completed orders, there's a Pickup/Deliver section above the "Details" block.
That section has the driver name, and for us sometimes there's an "Other team members" section populated which may have another name there.
Is it possible to get the people under "Other team members" via the API?
(I found that it is possible to get the driver via API by getting the Order with the order ID, then getting the Leg based on the order's current_leg_id field, then getting the Manifest based on the leg's manifest_id field, and the manifest has the driver user ID. But I could not find out how to get the "Other team members" for my order via the API.)
Thanks!