action traccar_get_server { label: "Fetch Server information" provider: traccar method: GET path: "/server" encoding: json output: { type: "object" properties: { attributes: { type: "object" properties: {} } bingKey: { type: "string" } coordinateFormat: { type: "string" } deviceReadonly: { type: "boolean" } forceSettings: { type: "boolean" } id: { type: "integer" } latitude: { type: "number" } limitCommands: { type: "boolean" } longitude: { type: "number" } map: { type: "string" } mapUrl: { type: "string" } poiLayer: { type: "string" } readonly: { type: "boolean" } registration: { type: "boolean" } twelveHourFormat: { type: "boolean" } version: { type: "string" } zoom: { type: "integer" } } } }