Skip to content

Get Notification Types

Fetch available notification types from Traccar.

Request

php
use ThingsTelemetry\Traccar\Facades\Notification;

$types = Notification::types();

Result

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

Released under the MIT License.