Connecter API Workspace Events

Plamen
Plamen
  • Updated

Folders

Folder Added

{
    "ID": 31873,
    "Type": "FolderAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:49:55.007042Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "FolderFullPath": "D:\\Models"
    }
}

Folder Removed

{
    "ID": 31874,
    "Type": "FolderRemovedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:50:05.240669Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "FolderFullPath": "D:\\Models"
    }
}

Folder Full Path Changed

{
    "ID": 31875,
    "Type": "FolderFullPathChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:50:46.07507Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "FolderFullPath": "D:\\Models",
      "NewFolderFullPath": "D:\\Models_New"
    }
}

Folder Color Changed

{
    "ID": 31876,
    "Type": "FolderColorChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:51:15.802827Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "FolderFullPath": "D:\\Models",
      "Color": {
        "Color": "#FFBED4B3",
        "ApplyToSubfolders": false
      }
    }
}

Folders Merged

{
    "ID": 31877,
    "Type": "FoldersMergedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:51:15.802827Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "FolderFullPath": "D:\\Models",
      "TargetFolderFullPath": "D:\\Models_New"
    }
}

Tags

Tag Created

{
    "ID": 31856,
    "Type": "TagCreatedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:30:39.26015Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "TagGuid": "b19c5d5e-02c4-4005-a92b-b6d6289d1801",
      "ParentTagGuid": "70a9cdaa-53e4-45a7-a3bf-eb6dd0b0643e",
      "TagName": "tag"
    }
}

Tag Deleted

{
    "ID": 31864,
    "Type": "TagDeletedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:34:39.524512Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "TagGuid": "70a9cdaa-53e4-45a7-a3bf-eb6dd0b0643e",
      "TagName": "New Tag"
    }
}

Tag Renamed

{
    "ID": 31858,
    "Type": "TagRenamedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:32:26.493833Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "TagGuid": "b19c5d5e-02c4-4005-a92b-b6d6289d1801",
      "NewName": "Tag"
    }
}

Tag Color Changed

{
    "ID": 31860,
    "Type": "TagColorChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:32:48.069854Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "TagGuid": "b19c5d5e-02c4-4005-a92b-b6d6289d1801",
      "NewColor": {
        "Color": "#FFD4596D",
        "ApplyToSubtags": false
      }
    }
}

Tag Icon Changed

{
    "ID": 31861,
    "Type": "TagIconChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:33:01.314749Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "TagGuid": "b19c5d5e-02c4-4005-a92b-b6d6289d1801",
      "NewIcon": {
        "IconID": "bolt-1",
        "ApplyToSubtags": false
      }
    }
}

Tag Parent Changed

{
    "ID": 31863,
    "Type": "TagParentChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:33:45.020634Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "TagGuid": "b19c5d5e-02c4-4005-a92b-b6d6289d1801",
      "ParentTagGuid": "c64f3759-9d20-4f10-9b41-62e9ece19f39",
      "OrderingPriorityChanges": [
        {
          "TagGuid": "b19c5d5e-02c4-4005-a92b-b6d6289d1801",
          "OrderingPriority": 1.0
        }
      ]
    }
}

Tags Reordered

{
    "ID": 31872,
    "Type": "TagsReorderedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:44:51.894048Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "MovedTagGuid": "b19c5d5e-02c4-4005-a92b-b6d6289d1801",
       "OrderingPriorityChanges": [
         {
           "TagGuid": "f55457b7-6337-4d17-8a12-07e82e5dc18a",
           "OrderingPriority": 1.0
         },
         {
           "TagGuid": "b19c5d5e-02c4-4005-a92b-b6d6289d1801",
           "OrderingPriority": 2.0
         }
       ]
    }
}

Tag Aliases Added

{
    "ID": 31865,
    "Type": "TagAliasesAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:42:01.427271Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "TagGuid": "8b5aba55-26d7-464a-99dd-8711d8d0307b",
       "Aliases": [
         {
            "Guid": "bf1452a6-50eb-4372-b4f5-cb2df101b2f5",
            "Value": "123",
            "AIAnnotationID": null,
            "AIAnnotationGuid": null
         }
       ]
    }
}

Tag Aliases Removed

{
    "ID": 31866,
    "Type": "TagAliasesRemovedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:42:10.567995Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "TagGuid": "8b5aba55-26d7-464a-99dd-8711d8d0307b",
       "Aliases": [
         {
            "Guid": "bf1452a6-50eb-4372-b4f5-cb2df101b2f5",
            "Value": "123",
            "AIAnnotationID": null,
            "AIAnnotationGuid": null
         }
       ]
     }
}

Tag Aliases Values Changed

{
    "ID": 31868,
    "Type": "TagAliasesValuesChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T17:43:51.020599Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
         "TagGuid": "8b5aba55-26d7-464a-99dd-8711d8d0307b",
         "Changes": [
           {
             "AliasGuid": "47f3da16-7b91-4ff4-b8f9-7348d3d1cadc",
             "OldValue": "123",
             "NewValue": "1234"
           }
         ]
    }
}

Assets

Assets Cataloged

{
    "ID": 4180,
    "Type": "AssetsCatalogedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:30:55.709072Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "Assets": [
        {
          "Guid": "e1207d12-a6a2-48a0-9a4e-426f5e423889",
          "FullPath": "D:\\Models\\Scene.max"
        }
      ]
    }
}

Assets Uncataloged

{
    "ID": 4190,
    "Type": "AssetsUncatalogedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:47:04.02716Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "Assets": [
        {
          "Guid": "de9fea1e-a68d-4aaa-bde3-c552ee70aa78",
          "FullPath": "D:\\Models\\Scene.max"
        }
      ]
    }
}

Assets Tagged

{
    "ID": 4193,
    "Type": "AssetsTaggedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:48:12.719461Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "TagGuid": "6bfa9e54-1590-4178-9c96-71f94d733064",
      "Assets": [
        {
          "Guid": "7a3b10c6-bab1-4a5c-a708-fb12b06f5d05",
          "FullPath": "D:\\Models\\Scene.max"
        }
      ]
    }
}

Assets Untagged

{
    "ID": 4194,
    "Type": "AssetsUntaggedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:48:14.571863Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "TagGuid": "6bfa9e54-1590-4178-9c96-71f94d733064",
      "Assets": [
        {
          "Guid": "7a3b10c6-bab1-4a5c-a708-fb12b06f5d05",
          "FullPath": "D:\\Models.Scene.max"
        }
      ]
    }
}

Asset Custom Previews Added

{
    "ID": 4195,
    "Type": "AssetCustomPreviewsAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:49:37.3911Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "AssetGuid": "1f1cc64c-c02d-4d4c-8d2b-1c7be4414746",
      "AssetFullPath": "D:\\Models\\Scene.max",
        "Previews": [
          {
             "Guid": "14d7d852-1535-4135-808f-0d4531a31d8f",
             "FullPath": "D:\\Models\\Preview.jpg"
          }
        ]
    }
}

Asset Custom Previews Removed

{
    "ID": 4196,
    "Type": "AssetCustomPreviewsRemovedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:49:39.772455Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "AssetGuid": "1f1cc64c-c02d-4d4c-8d2b-1c7be4414746",
      "AssetFullPath": "D:\\Models\\Scene.max",
      "Previews": [
        {
           "ID": 16,
           "Guid": "14d7d852-1535-4135-808f-0d4531a31d8f",
           "FullPath": "D:\\Models\\Preview.jpg"
        }
      ]
    }
}

Asset Custom Previews Ordering Changed

{
    "ID": 4198,
    "Type": "AssetCustomPreviewsOrderingChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:51:48.496809Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "AssetGuid": "1f1cc64c-c02d-4d4c-8d2b-1c7be4414746",
      "AssetFullPath": "D:\\Models\\Scene.max",
      "Changes": [
        {
          "PreviewGuid": "fc4179a6-6b20-4222-b219-8c7f3f7eaa35",
          "OldPosition": 1,
          "NewPosition": 0
        },
        {
          "PreviewGuid": "f0fffa6c-ec35-493f-9774-80cd5ee0e1df",
          "OldPosition": 0,
          "NewPosition": 1
        }
      ]
    }
}

Asset Full Path Changed

{
    "ID": 4202,
    "Type": "AssetFullPathChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:59:48.484376Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "AssetGuid": "1f1cc64c-c02d-4d4c-8d2b-1c7be4414746",
      "OldAssetFullPath": "D:\\Models\\Scene.max",
      "NewAssetFullPath": "D:\\Models\\Scene_1.max"
    }
}

Asset Description Changed

{
    "ID": 4203,
    "Type": "AssetDescriptionChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T20:00:12.730915Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "AssetGuid": "1f1cc64c-c02d-4d4c-8d2b-1c7be4414746",
      "AssetFullPath": "D:\\Models\\Scene.max",
      "NewDescription": "A cool max scene",
      "OldDescription": null
    }
}

Assets Merged

{
    "ID": 4220,
    "Type": "AssetsMergedWorkspaceEvent",
    "Timestamp": "2025-01-26T20:36:58.435947Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "SourceAsset": {
             "ID": 88,
             "Guid": "1afa675d-38dd-4a27-881b-3150e2de4019",
             "FullPath": "D:\\Models\\Scene.max",
             "Description": null
       },
       "TargetAsset": {
             "ID": 96,
             "Guid": "5a0cf580-b556-460a-bdb1-86de5f98a77e",
             "FullPath": "D:\\Models\\Products\\Scene.max",
             "Description": null
       }
}
  }

Assets Locked

{
    "ID": 15,
    "Type": "AssetsLockedWorkspaceEvent",
    "Timestamp": "2026-06-09T13:30:51.930296Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "AssetGuids": [
        "606f275f-0114-458d-9511-aaef5fb60548"
      ]
    }
}

Assets Unlocked

{
    "ID": 16,
    "Type": "AssetsUnlockedWorkspaceEvent",
    "Timestamp": "2026-06-09T13:30:53.126772Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "AssetGuids": [
        "606f275f-0114-458d-9511-aaef5fb60548"
      ]
    }
}

Assets Ratings

Asset Rated

{
    "ID": 4199,
    "Type": "AssetRatedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:54:06.697849Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "b39ca252-26d9-42c0-ada9-938fba89694d",
       "AssetFullPath": "D:\\Models\\Scene.max",
       "StarRating": 5,
       "HasStarredRatingChanged": true,
       "LikeDislikeRating": 0,
       "HasLikeDislikeRatingChanged": false
    }
}

Asset Approve Reject Rating Changed

ApproveRejectItemRating

  • None = 0,
  • Approve = 1,
  • Reject = 2
{
    "ID": 4201,
    "Type": "AssetApproveRejectRatingChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:55:13.392241Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "b39ca252-26d9-42c0-ada9-938fba89694d",
       "AssetFullPath": "D:\\Models\Scene.max",
       "Rating": 1
    }
}

Assets Feedback

FeedbackContextType

  • None = 0
  • Entity = 1
  • ExternalImage = 2
  • SceneState = 3
  • VideoFrame = 4

CommentStatus

  • None = 0
  • Open = 1
  • Done = 2
  • Resolved = 3
  • Canceled = 4

Asset Feedback Context Added

{
    "ID": 4204,
    "Type": "AssetFeedbackContextAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T20:02:22.424467Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "1f1cc64c-c02d-4d4c-8d2b-1c7be4414746",
       "ContextGuid": "b7a8a142-2fac-41b5-a53e-1f76e782d7a3",
       "Type": 1
    }
}

Asset Feedback Context Removed

{
    "ID": 4208,
    "Type": "AssetFeedbackContextRemovedWorkspaceEvent",
    "Timestamp": "2025-01-26T20:02:52.677127Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "1f1cc64c-c02d-4d4c-8d2b-1c7be4414746",
       "ContextGuid": "34416742-7bae-4bc0-9e24-f1bed46fda57",
       "Type": 3
    }
}

Asset Feedback Comment Added

{
    "ID": 4205,
    "Type": "AssetFeedbackCommentAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T20:02:22.42647Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "1f1cc64c-c02d-4d4c-8d2b-1c7be4414746",
       "CommentGuid": "7f282e1d-b9b1-4068-b217-dd2a2438ef13",
       "ContextGuid": "b7a8a142-2fac-41b5-a53e-1f76e782d7a3",
       "Timestamp": "2025-01-26T20:02:22.3541323Z"
    }
}

Asset Feedback Comment Status Changed

{
    "ID": 4206,
    "Type": "AssetFeedbackCommentStatusChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T20:02:26.163068Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "1f1cc64c-c02d-4d4c-8d2b-1c7be4414746",
       "CommentGuid": "7f282e1d-b9b1-4068-b217-dd2a2438ef13",
       "Status": 2
    }
}

Asset Feedback Context Added

{
    "ID": 4207,
    "Type": "AssetFeedbackContextAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T20:02:39.873006Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "1f1cc64c-c02d-4d4c-8d2b-1c7be4414746",
       "ContextGuid": "34416742-7bae-4bc0-9e24-f1bed46fda57",
       "Type": 3
    }
}

Asset Feedback Comment Reply Added

{
    "ID": 4213,
    "Type": "AssetFeedbackCommentReplyAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T20:29:01.922744Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "1f1cc64c-c02d-4d4c-8d2b-1c7be4414746",
       "CommentGuid": "7f282e1d-b9b1-4068-b217-dd2a2438ef13",
       "ReplyGuid": "97d3cf2b-e45f-47af-8400-d98dad88f641",
       "Timestamp": "2025-01-26T20:02:22.354132"
    }
}

AI Annotations

Assets AI Annotations Updated

{
    "ID": 4209,
    "Type": "AssetsAIAnnotationsUpdatedWorkspaceEvent",
    "Timestamp": "2025-01-26T20:09:39.694055Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "UpdatedAt": "2025-01-26T20:09:39.6846482Z"
    }
}

Assets AI Annotations Removed

{
    "ID": 4210,
    "Type": "AssetsAIAnnotationsRemovedWorkspaceEvent",
    "Timestamp": "2025-01-26T20:11:14.696356Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
      "Annotations": [
        {
          "Guid": "f439f293-97cf-45fa-b6ec-16c6b27aad22",
          "Label": "Geometric"
        }
      ]
    }
}

AI Annotations Removed From Asset

{
    "ID": 4224,
    "Type": "AIAnnotationsRemovedFromAssetWorkspaceEvent",
    "Timestamp": "2025-01-26T20:49:37.226288Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetFullPaths": [
         "D:\\Models\\Scene.ma"
       ],
       "Annotations": [
         {
           "Guid": "b6660cf8-0ee6-4fb0-944b-98bf544fe725",
           "Label": "Woven"
         },
         {
           "Guid": "a702cec3-af27-4d70-b44b-e61f022865bb",
           "Label": "Black"
         }
       ]
    }
}

Shared Content Metadata

Assets Content Metadata Storage Updated

{
    "ID": 4209,
    "Type": "AssetsContentMetadataStorageUpdatedWorkspaceEvent",
    "Timestamp": "2025-01-26T20:09:39.694055Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "UpdatedAt": "2025-01-26T20:09:39.6846482Z"
    }
}

Hybrid DAM

Asset Added To Hybrid DAM

{
    "ID": 4169,
    "Type": "AssetAddedToHybridDAMWorkspaceEvent",
    "Timestamp": "2025-01-26T18:25:48.909557Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "de9fea1e-a68d-4aaa-bde3-c552ee70aa78",
       "AssetFileName": "Diagram.jpg",
       "Hash": "2a77e1e1a6c16fd1b412119d2c118ec34f24135c2079ac8f6a16f1f0532ac3d4"
    }
}

Asset Removed From Hybrid DAM

{
    "ID": 4170,
    "Type": "AssetRemovedFromHybridDAMWorkspaceEvent",
    "Timestamp": "2025-01-26T18:26:01.849239Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "de9fea1e-a68d-4aaa-bde3-c552ee70aa78",
       "AssetFileName": "Diagram.jpg"
    }
}

Asset Content Updated In Hybrid DAM

{
    "ID": 4172,
    "Type": "AssetContentUpdatedInHybridDAMWorkspaceEvent",
    "Timestamp": "2025-01-26T18:27:02.553828Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "de9fea1e-a68d-4aaa-bde3-c552ee70aa78",
       "AssetFileName": "Diagram.jpg",
       "Hash": "60f297dc32b4256c17110e9878f3505e1ca37727692c1cba98bb5524d2576f1a"
    }
}

Custom Properties

CustomPropertyDefinitionType

  • Shared = 1,
  • NonShared = 2

CustomPropertyType

  • ShortText = 1
  • LongText = 2
  • Boolean = 3
  • Double = 4
  • Date = 5

Custom Property Definition Created

{
    "ID": 31888,
    "Type": "CustomPropertyDefinitionCreatedWorkspaceEvent",
    "Timestamp": "2025-01-26T18:00:24.390691Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "Guid": "c2b12033-b533-4b58-8fc4-8d0279382808",
       "Name": "123",
       "Type": 2,
       "PropertyType": 1
    }
}

Custom Property Definition Deleted

{
    "ID": 31887,
    "Type": "CustomPropertyDefinitionDeletedWorkspaceEvent",
    "Timestamp": "2025-01-26T18:00:00.073031Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "Guid": "5367548a-67e4-4a99-b292-ba5902c6a6a4",
       "Name": "Property",
       "Type": 2,
       "PropertyType": 1
    }
}

Shared Custom Asset Property Instance Added

{
    "ID": 31889,
    "Type": "SharedCustomAssetPropertyInstanceAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T18:01:59.586322Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "90d04489-bf7f-4e4c-908d-15401e3e5370",
       "DefinitionGuid": "6782a31b-9653-40c7-afaf-862f0ef155ea",
       "PropertyInstanceGuid": "a1dc8875-e2d9-4822-9208-4c2f6c290faa",
       "ValueGuid": "6933f893-ccee-4e44-bbd4-1941fb8b2aba"
    }
}

Custom Asset Property Instance Added

{
    "ID": 31890,
    "Type": "CustomAssetPropertyInstanceAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T18:02:10.244923Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "PropertyInstanceGuid": "2c83fb4d-b415-4340-89be-90c7162b7753",
       "AssetGuid": "90d04489-bf7f-4e4c-908d-15401e3e5370",
       "DefinitionGuid": "c2b12033-b533-4b58-8fc4-8d0279382808",
       "Value": ""
    }
}

Custom Asset Property Instance Removed

{
    "ID": 31891,
    "Type": "CustomAssetPropertyInstanceRemovedWorkspaceEvent",
    "Timestamp": "2025-01-26T18:02:29.188929Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "90d04489-bf7f-4e4c-908d-15401e3e5370",
       "DefinitionGuid": "c2b12033-b533-4b58-8fc4-8d0279382808",
       "PropertyInstanceGuid": "2c83fb4d-b415-4340-89be-90c7162b7753"
    }
}

Shared Custom Asset Property Instance Removed

{
    "ID": 31892,
    "Type": "SharedCustomAssetPropertyInstanceRemovedWorkspaceEvent",
    "Timestamp": "2025-01-26T18:02:29.689747Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "90d04489-bf7f-4e4c-908d-15401e3e5370",
       "DefinitionGuid": "6782a31b-9653-40c7-afaf-862f0ef155ea",
       "PropertyInstanceGuid": "a1dc8875-e2d9-4822-9208-4c2f6c290faa"
    }
}

Custom Property Definition Renamed

{
    "ID": 31894,
    "Type": "CustomPropertyDefinitionRenamedWorkspaceEvent",
    "Timestamp": "2025-01-26T18:03:37.850499Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "Guid": "c2b12033-b533-4b58-8fc4-8d0279382808",
       "OldName": "123",
       "NewName": "123_1"
    }
}

Custom Asset Property Instance Value Updated

WARNING: The “AssetGuid” property was added in Connecter 8 from 9 JUNE 2026. It will be missing when property updates are performed from older versions of Connecter or for older events when they are read from the event log. The client of the API should handle the case. 

{
    "ID": 31897,
    "Type": "CustomAssetPropertyInstanceValueUpdatedWorkspaceEvent",
    "Timestamp": "2025-01-26T18:04:22.116393Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "PropertyInstanceGuid": "1b808fed-e185-4d2c-afb0-aff01ebeb9fd",
       "AssetGuid": "606f275f-0114-458d-9511-aaef5fb60548",
       "OldValue": "",
       "NewValue": "123"
    }
}

Shared Custom Asset Property Instance Value Updated

WARNING: The “AssetGuid” property was added in Connecter 8 from 9 JUNE 2026. It will be missing when property updates are performed from older versions of Connecter or for older events when they are read from the event log. The client of the API should handle the case.

{
    "ID": 31898,
    "Type": "SharedCustomAssetPropertyInstanceValueUpdatedWorkspaceEvent",
    "Timestamp": "2025-01-26T18:04:24.412028Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "PropertyInstanceGuid": "383e6f35-5b9d-4613-81fd-1fc6f588f2ff",
       "AssetGuid": "606f275f-0114-458d-9511-aaef5fb60548",
       "NewValueGuid": "ef7b220e-2b8e-4508-9a34-9e24ff890dc0"
    }
}

Shared Custom Property Value Removed

{
    "ID": 31900,
    "Type": "SharedCustomPropertyValueRemovedWorkspaceEvent",
    "Timestamp": "2025-01-26T18:10:13.062262Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "Guid": "6933f893-ccee-4e44-bbd4-1941fb8b2aba",
       "DefinitionGuid": "6782a31b-9653-40c7-afaf-862f0ef155ea"
    }
}

Shared Custom Property Value Added

{
    "ID": 31901,
    "Type": "SharedCustomPropertyValueAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T18:11:49.537061Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "Guid": "2c525485-e867-44a9-916c-8327f7ca8e75",
       "DefinitionGuid": "6782a31b-9653-40c7-afaf-862f0ef155ea",
       "Value": "1"
    }
 }

Shared Custom Property Value Updated

{
    "ID": 31899,
    "Type": "SharedCustomPropertyValueUpdatedWorkspaceEvent",
    "Timestamp": "2025-01-26T18:09:59.519462Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "Guid": "6933f893-ccee-4e44-bbd4-1941fb8b2aba",
       "DefinitionGuid": "6782a31b-9653-40c7-afaf-862f0ef155ea",
       "OldValue": "1",
       "NewValue": "11"
    }
}

Version Control

Asset Version Added

{
    "ID": 4174,
    "Type": "AssetVersionAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:22:03.483992Z"
    "TeamMemberName": "Albina Piccio",,
    "Payload": {
       "AssetGuid": "de9fea1e-a68d-4aaa-bde3-c552ee70aa78",
       "VersionGuid": "aa97cd64-5039-4f12-bc3f-806eeee6b124",
       "VersionNumber": 1,
       "Hash": "60f297dc32b4256c17110e9878f3505e1ca37727692c1cba98bb5524d2576f1a",
       "Timestamp": "2025-01-26T19:22:03.4719971Z"
    }
}

Asset Versions Removed

{
    "ID": 4175,
    "Type": "AssetVersionsRemovedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:22:11.823993Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "de9fea1e-a68d-4aaa-bde3-c552ee70aa78"
    }
}

Asset Version Variant Added

{
    "ID": 4181,
    "Type": "AssetVersionVariantAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:31:01.885623Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "de9fea1e-a68d-4aaa-bde3-c552ee70aa78",
       "VersionGuid": "01b3d1a1-de5a-496c-875a-6e992abc7194",
       "VariantGuid": "a0e8068b-14ec-433d-8e1e-5aabbe00fd8f",
       "Hash": "60f297dc32b4256c17110e9878f3505e1ca37727692c1cba98bb5524d2576f1a",
       "Timestamp": "2025-01-26T19:31:01.8796251Z"
    }
}

Asset Version Variant Removed

{
    "ID": 4182,
    "Type": "AssetVersionVariantRemovedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:32:36.337006Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "de9fea1e-a68d-4aaa-bde3-c552ee70aa78",
       "VersionGuid": "01b3d1a1-de5a-496c-875a-6e992abc7194",
       "VariantGuid": "a0e8068b-14ec-433d-8e1e-5aabbe00fd8f",
       "Hash": "60f297dc32b4256c17110e9878f3505e1ca37727692c1cba98bb5524d2576f1a",
       "Timestamp": "2025-01-26T19:32:36.3329826Z"
    }
}

Asset Version Comment Added

{
    "ID": 4183,
    "Type": "AssetVersionCommentAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:33:21.250219Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "de9fea1e-a68d-4aaa-bde3-c552ee70aa78",
       "VersionGuid": "01b3d1a1-de5a-496c-875a-6e992abc7194",
       "CommentGuid": "923ca705-073d-4936-a922-021a5a8078db",
       "Timestamp": "2025-01-26T19:33:21.2472194Z"
    }
}

Asset Version Status Changed

{
    "ID": 4176,
    "Type": "AssetVersionStatusChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:23:00.982048Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "de9fea1e-a68d-4aaa-bde3-c552ee70aa78",
       "VersionGuid": "01b3d1a1-de5a-496c-875a-6e992abc7194",
       "Timestamp": "2025-01-26T19:23:00.9760495Z",
       "StatusDetails": {
             "WorkflowName": "Asset Status",
             "Name": "Working on",
             "Color": "#FFFFFF00"
       }
    }
}

Asset Version Status Removed

{
    "ID": 4178,
    "Type": "AssetVersionStatusRemovedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:28:14.954919Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "AssetGuid": "de9fea1e-a68d-4aaa-bde3-c552ee70aa78",
       "VersionGuid": "01b3d1a1-de5a-496c-875a-6e992abc7194",
       "Timestamp": "2025-01-26T19:23:00.976049",
       "WorkflowName": "Asset Status"
    }
}

Asset Version Feedback Context Added

{
    "ID": 4184,
    "Type": "AssetVersionFeedbackContextAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:36:06.091581Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "VersionGuid": "01b3d1a1-de5a-496c-875a-6e992abc7194",
       "ContextGuid": "f1646f35-7fbe-4224-b420-7bda5529f8df",
       "Type": 1
    }
}

Asset Version Feedback Comment Added

{
    "ID": 4185,
    "Type": "AssetVersionFeedbackCommentAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:36:06.093581Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "VersionGuid": "01b3d1a1-de5a-496c-875a-6e992abc7194",
       "CommentGuid": "00061881-c113-4709-a387-dacb2c610599",
       "ContextGuid": "f1646f35-7fbe-4224-b420-7bda5529f8df",
       "Timestamp": "2025-01-26T19:36:06.0145721Z"
    }
}

Asset Version Feedback Context Removed

{
    "ID": 4188,
    "Type": "AssetVersionFeedbackContextRemovedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:38:37.778919Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "VersionGuid": "d6246854-adc5-4066-b958-f2ee740b238a",
       "ContextGuid": "3a9d07be-3c7b-42e2-8d63-84baf93d78c9",
       "Type": 3
    }
}

Asset Version Feedback Comment Status Changed

{
    "ID": 4189,
    "Type": "AssetVersionFeedbackCommentStatusChangedWorkspaceEvent",
    "Timestamp": "2025-01-26T19:42:12.497444Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "VersionGuid": "01b3d1a1-de5a-496c-875a-6e992abc7194",
       "CommentGuid": "00061881-c113-4709-a387-dacb2c610599",
       "Timestamp": "2025-01-26T19:42:12.4934346Z"
    }
}

Asset Version Feedback Comment Reply Added

{
    "ID": 4214,
    "Type": "AssetVersionFeedbackCommentReplyAddedWorkspaceEvent",
    "Timestamp": "2025-01-26T20:32:22.747068Z",
    "TeamMemberName": "Albina Piccio",
    "Payload": {
       "VersionGuid": "d6246854-adc5-4066-b958-f2ee740b238a",
       "CommentGuid": "35641e52-d8dd-4b5a-8a62-8c16b176ce69",
       "ReplyGuid": "66bc5e28-4a13-4e12-bfd2-b107008c876e",
       "Timestamp": "2025-01-26T20:32:22.6320787Z"
    }
}