Get Tap Devices
Returns tap devices for a nonprofit based on the provided filters. The search parameter matches by exact serial number, not fuzzy text search.
Documentation Index
Fetch the complete documentation index at: https://docs.overflow.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Client ID for API authentication
API Key for API authentication
Query Parameters
The number of tap devices to return.
1 <= x <= 100The page number of the tap devices to return.
x >= 1Search by exact serial number. Must be a numeric value.
^\d+$"12345"
Filter tap devices by group Id. Use "unassigned" to get devices not assigned to any group.
unassigned "6710f34fd5061afeec3eab58"
Filter tap devices by device type.
Lanyard, Stand, Bracelet, Wristband, Plates/Disc/Magnet/Label, Flex, Plate Square, Arm Rest Rectangle, Plates, Disc, Magnet, Label "Stand"
Whether to include tap devices that have been archived.
The field to sort the tap devices by.
serialNumber, createdAt "createdAt"
The direction to sort the tap devices by.
ASC, DESC "DESC"