Watch Asset Schema
Returned by Watch / Unwatch Assets.
Top-level Fields
Field | Type | Description | Example |
---|---|---|---|
id | integer | Watch record ID | 501 |
assetId | integer | Watched asset ID | 12616 |
userId | string | User who set watch | user1 |
createdAt | string | Creation time | 2025-09-01T12:00:00Z |
Example JSON
{
"id": 501,
"assetId": 12616,
"userId": "user1"
}
Was this page helpful?