Get all remote action of vehicle and callback.
Returns the list of action remote requested for vehicle.
Path parameters
Resource is related to this fleet ID only.
Resource is related to this Vehicle ID only.
The remote callback ID.
Query parameters
Range index used to express the first (offset) and the last results index to retrieve. With the respect to the regex pattern '\d+(-\d*)?', the start of range is mandatory (use 0 for default).
Example:
-
'0-9' : start=0, end=9 ==> offset=0 and number of items=10
-
'5-' : start =5, no end ==> start at 5th to the end results.
Results indexes will be included in this range (see indexRange model).
default: 0-
example: 0-, 0-5
The maximum number of results (for a collection results response) to return per page. When not set, at most 60 results will be returned. The range for this parameter is [1...60]
Start-Page marker, this token is used (by the backend) for continuing serving from the previous results page to the next one. (Disclaimer: It is built and used only by the server).
Response
A list of remote actions.