Actions90
- Sessions Actions
- Messages - Sending Actions
- Chats Actions
- Messages - Actions Actions
- Groups Actions
- List Groups
- Group Info
- Get Invite Link
- Revoke Invite Link
- Join via Link
- Preview via Link
- Create Group
- Delete Group
- Update Group Description
- Toggle Announcement Mode
- List Participants
- Add Participants
- Remove Participants
- Demote Participants
- Approve Join Request
- Reject Join Request
- List Join Requests
- Get Group Picture
- Set Group Picture
- Delete Group Picture
- Leave Group
- Update Group Name
- Lock Group Edits
- Promote Participants
- Profile Actions
- Server Actions
- Miscellaneous Actions
Overview
This node operation lists all devices associated with a specific WhatsApp session using the WARest WhatsApp REST API. It is useful for monitoring and managing the devices connected to a session, such as checking which devices are currently linked to a WhatsApp account. For example, a user can retrieve device details to audit active devices or troubleshoot connection issues.
Use Case Examples
- List all devices linked to a WhatsApp session to verify active connections.
- Retrieve device information for a session to monitor device usage and security.
Properties
| Name | Meaning |
|---|---|
| Session ID | Identifier of the WhatsApp session for which to list devices. It can be selected from a list of existing sessions or entered manually. |
Output
JSON
json- Array of device objects associated with the specified session.
Dependencies
- Requires an API key credential for the WARest WhatsApp REST API and the base URL of the API server.
Troubleshooting
- Ensure the session ID is valid and corresponds to an active session; otherwise, the API call will fail.
- Verify that the API credentials (base URL and API key) are correctly configured and have the necessary permissions.
- If no devices are returned, confirm that the session is active and has devices linked to it.
Links
- WARest WhatsApp REST API - Official repository and documentation for the WARest WhatsApp REST API used by this node.
