Get list of signals for a vehicle.
The Authorization header must be provided with a valid bearer token.
Example: Authorization: Bearer {token}
The identifier of the vehicle user on whose behalf the command is being executed.
Vehicle commands require both the vehicleId (path) and sc-user-id (header) to
identify the specific vehicle and the user who has granted permission to act on it.
The bearer token is a machine-to-machine token and does not carry per-user context,
so this header must be provided explicitly for every command request.
The unique identifier for the vehicle.
List of signals for the vehicle
{
"pageNumber": 1,
"pageSize": 10,
"totalCount": 5
}{
"self": "/vehicles/vehicle123/signals?page=1&pageSize=10",
"first": "/vehicles/vehicle123/signals?page=1&pageSize=10",
"prev": null,
"next": "/vehicles/vehicle123/signals?page=2&pageSize=10",
"last": "/vehicles/vehicle123/signals?page=5&pageSize=10"
}