Seam Docs
Searchβ¦
π
Welcome!
π²
Quickstart
Get API Key
Install Client Library
Connect a Device
Your First Device API Call
π
Core Concepts
Overview
Workspaces
Connect Views
Device Capabilities
Action Attempts
π
Device Guides
Get started with August Locks
Get started with NoiseAware Sensors
Get started with Schlage Connect Locks
Get started with SmartThings Hubs + Smart Locks
Sandbox & Sample Data
API Endpoints
Overview
Workspaces
Devices
Connect Webviews
Connected Accounts
Action Attempt
Reference
Glossary
Legacy System
Seam Hub API for ZWave
Introduction
API Reference
Authentication
Workspaces
Locations
Gateways
Devices
Action Requests
Action Request Object
Understanding Action Requests
Get a Specific Action Request
Device Actions
Events
Door Locks
Door Lock Events
Access Codes
Webhooks
API Compatibility
Support
For Device Manufacturers
Creating a Seam-Compatible Intercom API
Powered By
GitBook
Action Request Object
β
Parameter
Type
Description
id
uuid
The ID of the Action Request
device_id
uuid
The ID of the Device that received the Action Request
data
object
The key contains the action name, and the values contain the inputs issued for the action
status
string
The status of the Action Request
created_at
datetime
Datetime when the Action Request was created
updated_at
datetime
Datetime when the Action Request was last updated
1
{
2
"id": "245ee41a-c570-48b0-ae4b-90764c5825e8",
3
"location_id": "2aa0a9f8-3bfd-4203-97bf-8cb26ae3c245",
4
"entity_id": "a62bb83a-e543-49e0-864b-e9f3cf4fcce4",
5
"entity_type": "Device",
6
"data": {
7
"lock": {}
8
},
9
"status": "pending",
10
"created_at": "2021-04-28T20:44:57.844Z",
11
"updated_at": "2021-04-28T20:44:57.910Z"
12
}
Copied!
Previous
Action Requests
Next
Understanding Action Requests
Last modified
6mo ago
Copy link