Overview

Organizers can now easily up-to-date exports of all device data of Mobile logs for analytics, compliance, and operational needs. This is essential for analytics, troubleshooting, compliance, and operational monitoring.

This is only available to organizers using Spectator V4. See Spectator V4 for more information.

Endpoint

The endpoint to fetch mobile logs is:

/organizer/report/mobile-logs

Parameters

mobileAppId (required): specify the applicable application identifier

app ID.png

 

fromDate (required): Start of date range

toDate (required): End of date range

limit (required): maximum number of results to extract, maximum allowed value 10’000

paginationKey (optional): if not provided, the system will return the first page. Use the nextPageKey from the previous call to get the next page.

Data returned

pagination

pageSize

integer

Number of items returned in this page

nextPageKey

string

Key to fetch next page

result

List of devices

mobileLogId

string

M

timestamp

string($date)

Date to show log

spectatorId

string

Spectator ID

deviceId

string

Device ID

os

string

Device Platform

osVersion

string

Device version

appVersion

string

Device’s app version

mobileAppId

string

Application ID

ticketNumber

string

Ticket Number

beaconName

string($date)

Beacon Name

logLevel

string

Log level

message

string

Log message

action

string
Action being logged