Device

This model represents any devices that have registered by using our iOS/Android/Windows mobile application.


Device fields

Field Type Fillable Reference
id   Integer
The unique ID to identify the device

Device relations

account, responses, user, geoip,

Device endpoints

GET List all Devices /devices toggle

GET Return data for a specified Device /devices/:id toggle

POST Save, or update a Device /devices/:id? toggle

DELETE Delete a Device /devices/:id toggle