GET fleet/drivers: Adds trailer group tag support.
The GET fleet/drivers endpoint has some new features! trailerGroupTag is now returned in the list drivers response.
The GET fleet/drivers endpoint has some new features! trailerGroupTag is now returned in the list drivers response.
The POST fleet/drivers endpoint has some new features! trailerGroupTagId can now be set when creating a driver. trailerGroupTag is returned in the response.
The PATCH fleet/drivers/.id endpoint has some new features! trailerGroupTagId can now be set and updated via the PATCH driver API.
The GET readings/latest endpoint is now generally available and fully supported for production š! Check it out and happy coding š».
The GET hub/plan/orders endpoint is now in the Beta stage. Feel free to send in your comments via our feedback form. (Note this endpoint should not be used in production until it is made generally available).
The DELETE hub/plan/orders endpoint is now in the Beta stage. Feel free to send in your comments via our feedback form. (Note this endpoint should not be used in production until it is made generally available).
The POST assets endpoint has some new features! Added optional tagIds and attributes fields to the create asset request body, allowing tag and attribute assignment in a single request during asset creation.
The POST assets endpoint has some new features! Added optional tagIds and attributes fields to the create asset request body, allowing tag and attribute assignment in a single request during asset creation.
The GET assets endpoint has some new features! Added a dedicated externalIds query parameter to filter assets by external IDs without using the mixed ids parameter.
The POST readings endpoint has some new features! Added optional externalId field to reading datapoints as an alternative to entityId. Allows referencing assets by external ID (key:value format) instead of numeric Samsara entity ID.