MobileAPI.dev · Arazzo Workflow
MobileAPI Assemble Device Spec Sheet
Version 1.0.0
Resolve a device by name and gather its display, main camera, and battery specifications.
View Spec
View on GitHub
Data APIDeveloper ToolsDevice SpecificationsMobile DataPhone SpecsREST APISaaSArazzoWorkflows
Provider
Workflows
assemble-device-spec-sheet
Resolve a device by name and gather its display, camera, and battery specs.
Searches the catalog for the supplied device name returning the best match, then reads the display, main camera, and battery specification categories for the resolved device id.
1
findDevice
devices_search
Search the catalog by device name, returning the single best match to resolve a concrete device id.
2
getDisplay
devices_display
Read the display specifications (screen size, resolution, technology) for the resolved device.
3
getMainCamera
devices_main_camera
Read the main camera specifications for the resolved device.
4
getBattery
devices_battery
Read the battery specifications for the resolved device.