Skip to content

Get All Attributes

Fetch computed attributes from your Traccar server.

Request

php
use ThingsTelemetry\Traccar\Facades\Attribute;

$attributes = Attribute::all(all: true, deviceId: 6);

Result

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

Released under the MIT License.