To get information about binding/unbinding of a trailer for specified period of time, use the command resource/get_trailer_bindings:
svc=resource/get_trailer_bindings¶ms={"resourceId":<long>, "unitId":<long>, "trailerId":<long>, "timeFrom":<uint>, "timeTo":<uint>}
 Current request can't be executed simultaneously with following requests:
| Name | Value | 
|---|---|
| resourceId | resource ID | 
| unitId | unit ID (0 - all units) | 
| trailerId | trailer ID (0 - all trailers) | 
| timeFrom | interval beginning | 
| timeTo | interval end | 
{ <text>:[{ /* trailer ID */ "t":<unit>, /* time of binding/unbinding*/ "u":<long> /* unit ID - binding, 0 - unbinding */ }], ... }