MobileAPI.dev · Arazzo Workflow
MobileAPI Autocomplete and Resolve Device
Version 1.0.0
Turn a partial typeahead string into a confirmed device record.
View Spec
View on GitHub
Data APIDeveloper ToolsDevice SpecificationsMobile DataPhone SpecsREST APISaaSArazzoWorkflows
Provider
Workflows
autocomplete-and-resolve-device
Autocomplete a partial query, then search and read the resolved device.
Requests autocomplete suggestions for a partial query string, uses the top suggestion's name to search the catalog for the best match, and reads the full device record for that match.
1
autocomplete
devices_autocomplete
Request typeahead suggestions for the partial query string, returning a simplified list of candidate device names.
2
findDevice
devices_search
Search the catalog for the top autocomplete suggestion, limiting to the single best match to resolve a concrete device id.
3
readDevice
devices_read
Read the full device record for the resolved id, returning the complete specification block.