List Connect Webviews
List all Connect Webviews
Returns a list of all Connect Webviews.
Request
To filter the list of returned Connect Webviews by a specific set of custom metadata or a user identifier key, include custom_metadata_has
or user_identifier_key
in the request body. If you include custom_metadata_has
, specify the desired metadata filters as a JSON object containing key:value pairs.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String Optional | The internal user ID (your own internal ID for a user) by which you want to filter Connect Webviews. |
| JSON object Optional | Set of key:value custom metadata pairs by which you want to filter Connect Webviews. |
Sample Request
Response
Returns a connect_webviews
array, in which each returned connect_webview
contains the following properties:
Property | Description |
---|---|
| ID of the Connect Webview |
| ID of the connected account that was created after the user successfully logged in |
| URL for the Connect Webview |
| ID of the workspace that contains the Connect Webview |
| Device selection mode, including |
| List of accepted device provider keys |
| List of accepted devices |
| Indicates whether any provider is allowed |
| Indicates whether any device is allowed |
| Date and time at which the Connect Webview was created |
| Indicates whether the user logged in successfully using the Connect Webview |
| Status of the Connect Webview, including |
| If set, the Connect Webview redirects to this URL when the user successfully pairs a device or, if the |
| If set, the Connect Webview redirects to this URL when an unexpected error occurs |
| Set of up to 50 keys, with key names up to 40 characters long. Accepts string or Boolean values. Strings are limited to 500 characters For more information, see Attaching Custom Data to the Connect Webview. |
| Indicates whether Seam should import all new devices for the connected account to make these devices available for use and management by the Seam API |
| Indicates whether Seam should finish syncing all devices in a newly-connected account before completing the associated Connect Webview |
| Date and time at which the user authorized (through the Connect Webview) the management of their devices |
| Selected provider of the Connec Webview, one of device provider keys |
Sample Response
Last updated