MobileAPI.dev · Arazzo Workflow
MobileAPI Browse Devices by Type and Year
Version 1.0.0
List devices of a given type, then narrow to a launch year, branching when a slice is empty.
View Spec
View on GitHub
Data APIDeveloper ToolsDevice SpecificationsMobile DataPhone SpecsREST APISaaSArazzoWorkflows
Provider
Workflows
browse-by-type-and-year
List devices by type, then by launch year, branching on empty 204 slices.
Lists devices of the requested type, then lists devices for the requested launch year. When the year slice returns 204 (no matches) the workflow ends on the empty branch; otherwise it surfaces the first matching device.
1
listByType
devices_by_type
List the first page of devices of the requested type. A 204 here would mean no devices exist for the type; a 200 returns the paginated slice.
2
listByYear
devices_by_year
List devices launched in the requested year. The endpoint returns 200 with a slice when matches exist and 204 when the year has no devices.
3
surfaceMatch
devices_by_year
Re-read the first page of the year slice to surface the first matching device for the requested type and year combination.