Skip to content

Get All Notifications

Fetch notifications from your Traccar server.

Request

php
use ThingsTelemetry\Traccar\Facades\Notification;

$notifications = Notification::all(all: true, deviceId: 6);

Result

Returns an Illuminate\Support\Collection<int, ThingsTelemetry\Traccar\Dto\NotificationData>.

Released under the MIT License.