content, eventType, enqueuedDateTime, iTwinId, messageId, and webhookId. The content will vary based on what event has been received. See below for a list of properties included inside the content for each event type.Event content.
iTwin Id.
Webhook event type.
Event message Id.
Webhook Id.
Date and time when event was enqueued.
{
"content": {
// event specific properties go here
},
"eventType": "api.action.version",
"iTwinId":"string",
"messageId":"string",
"webhookId":"string",
"enqueuedDateTime":"string"
}Globally Unique Identifier of the role the member was assigned.
Globally Unique Identifier of the member.
Name of the role the member was assigned.
Type of member.
Globally Unique Identifier of the user added the member.
{
"content": {
"roleId":"d42d3349-1117-41cb-b2c4-7afff1f80d23",
"memberId":"e5c7ae4f-2d72-4319-b96a-d46492e4f860",
"roleName":"Viewer",
"memberType":"User",
"eventCreatedBy":"6411cfcf-d188-4788-9267-43eb0f208c8e"
},
"eventType": "accessControl.memberAdded.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the role the member was assigned.
Globally Unique Identifier of the member.
Name of the role the member was assigned.
Type of member.
Globally Unique Identifier of the user who assigned the role.
{
"content": {
"roleId":"d42d3349-1117-41cb-b2c4-7afff1f80d23",
"memberId":"e5c7ae4f-2d72-4319-b96a-d46492e4f860",
"roleName":"Viewer",
"memberType":"User",
"eventCreatedBy":"6411cfcf-d188-4788-9267-43eb0f208c8e"
},
"eventType": "accessControl.roleAssigned.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the member.
Type of member.
Globally Unique Identifier of the user who removed the member.
{
"content": {
"memberId":"e5c7ae4f-2d72-4319-b96a-d46492e4f860",
"memberType":"User",
"eventCreatedBy":"6411cfcf-d188-4788-9267-43eb0f208c8e"
},
"eventType": "accessControl.memberRemoved.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the role the member was assigned.
Globally Unique Identifier of the member.
Name of the role the member was assigned.
Type of member.
Globally Unique Identifier of the user who unassigned the role.
{
"content": {
"roleId":"d42d3349-1117-41cb-b2c4-7afff1f80d23",
"memberId":"e5c7ae4f-2d72-4319-b96a-d46492e4f860",
"roleName":"Viewer",
"memberType":"User",
"eventCreatedBy":"6411cfcf-d188-4788-9267-43eb0f208c8e"
},
"eventType": "accessControl.roleUnassigned.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the invitation.
{
"content": {
"invitationId":"00000000-0000-0000-0000-000000000000"
},
"eventType": "accessControl.invitationCreated.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the changed element comparison job.
Globally Unique Identifier of the iModel.
Boolean flag indicating success or failure of the changed element comparison job.
{
"content": {
"jobId":"9f5e8bb1-e3e1-4037-8d83-e08d6d07d9cc",
"iModelId":"72640bf2-2173-4276-b896-c157bee0df76",
"jobSucceeded":"true"
},
"eventType": "changedElements.jobCompleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the changed element diff job.
Globally Unique Identifier of the iModel.
Boolean flag indicating success or failure of the changed element diff job.
The diffing strategy used for the changed element diff job.
{
"content": {
"jobId":"9f5e8bb1-e3e1-4037-8d83-e08d6d07d9cc",
"iModelId":"72640bf2-2173-4276-b896-c157bee0df76",
"jobSucceeded":"true",
"diffingStrategy":"Cesium"
},
"eventType": "changedElements.jobCompleted.v2",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Result of the export
Globally Unique Identifier of the export.
Globally Unique Identifier of the iModel.
Identifier of the connection.
{
"content": {
"result":"success",
"exportId":"b1a1d87d-1aef-4a65-9baa-c747a382bf67",
"iModelId":"72640bf2-2173-4276-b896-c157bee0df76",
"connectionId":"MWplZe9Uf0iR1IDMqyOMLqBN0_wHEVBGg_CzJmXdmE4"
},
"eventType": "export.jobCompleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the form data that was created.
The discipline of this data instance.
Denotes what file or iModel element the data instance was created about. Will be null if not applicable.
{
"content": {
"formId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"discipline":"General Purpose",
"sourceEntityId":"f9e89f85-ad02-4043-93eb-71f2e2b2a427"
},
"eventType": "forms.formCreated.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the form data that was deleted.
The discipline of this data instance.
Denotes what file or iModel element the data instance was created about. Will be null if not applicable.
{
"content": {
"formId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"discipline":"General Purpose",
"sourceEntityId":"f9e89f85-ad02-4043-93eb-71f2e2b2a427"
},
"eventType": "forms.formDeleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the form data that was updated.
The discipline of this data instance.
Denotes what file or iModel element the data instance was created about. Will be null if not applicable.
{
"content": {
"formId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"discipline":"General Purpose",
"sourceEntityId":"f9e89f85-ad02-4043-93eb-71f2e2b2a427"
},
"eventType": "forms.formUpdated.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the form data the comment was created for.
The globally unique identifier of the comment.
The discipline of the data instance the comment was created for.
{
"content": {
"formId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"commentId":"969a8e68-07b8-47da-bf65-74a3c71a8c47",
"discipline":"General Purpose"
},
"eventType": "forms.commentCreated.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The discipline of the related data instance.
The globally unique identifier of the form metadata instance.
{
"content": {
"discipline":"General Purpose",
"metadataId":"f2510d7d-1cc2-47b6-bc15-0c984b8c8466"
},
"eventType": "forms.metadataDeleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the form data the attachment became attached to.
The discipline of the data instance the attachment became unattached to.
The globally unique identifier of the attachment.
{
"content": {
"formId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"discipline":"General Purpose",
"attachmentId":"07373b30-52ce-4b4d-8af6-b7dd0a68c29c"
},
"eventType": "forms.attachmentAttached.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the external file instance that was linked. Will generally consist of ES_ followed by a GUID.
The globally unique identifier of the form data the external file was linked to.
The discipline of the data instance the external file was linked to.
{
"content": {
"fileId":"ES_41070fc0-9375-4b8a-84bf-e41d0ded68f8",
"formId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"discipline":"General Purpose"
},
"eventType": "forms.externalFileLinked.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the form data the attachment was unattached from.
The discipline of the data instance the attachment became unattached from.
The globally unique identifier of the attachment.
{
"content": {
"formId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"discipline":"General Purpose",
"attachmentId":"07373b30-52ce-4b4d-8af6-b7dd0a68c29c"
},
"eventType": "forms.attachmentUnattached.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the external file instance that was unlinked. Will generally consist of ES_ followed by a GUID.
The globally unique identifier of the form data the external file was unlinked from.
The discipline of the data instance the external file was unlinked from.
{
"content": {
"fileId":"ES_41070fc0-9375-4b8a-84bf-e41d0ded68f8",
"formId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"discipline":"General Purpose"
},
"eventType": "forms.externalFileUnlinked.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the issue that was created.
Denotes what file or iModel element the data instance was created about. Will be null if not applicable.
{
"content": {
"issueId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"sourceEntityId":"f9e89f85-ad02-4043-93eb-71f2e2b2a427"
},
"eventType": "issues.issueCreated.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the issue that was deleted.
Denotes what file or iModel element the data instance was created about. Will be null if not applicable.
{
"content": {
"issueId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"sourceEntityId":"f9e89f85-ad02-4043-93eb-71f2e2b2a427"
},
"eventType": "issues.issueDeleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the issue that was updated.
Denotes what file or iModel element the data instance was created about. Will be null if not applicable.
{
"content": {
"issueId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"sourceEntityId":"f9e89f85-ad02-4043-93eb-71f2e2b2a427"
},
"eventType": "issues.issueUpdated.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the issue the comment was created for.
The globally unique identifier of the comment.
{
"content": {
"issueId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"commentId":"969a8e68-07b8-47da-bf65-74a3c71a8c47"
},
"eventType": "issues.commentCreated.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the issue metadata instance.
{
"content": {
"metadataId":"f2510d7d-1cc2-47b6-bc15-0c984b8c8466"
},
"eventType": "issues.metadataDeleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the issue the attachment became attached to.
The globally unique identifier of the attachment.
{
"content": {
"issueId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"attachmentId":"07373b30-52ce-4b4d-8af6-b7dd0a68c29c"
},
"eventType": "issues.attachmentAttached.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the external file instance that was linked. Will generally consist of ES_ followed by a GUID.
The globally unique identifier of the issue the external file was linked to.
{
"content": {
"fileId":"ES_41070fc0-9375-4b8a-84bf-e41d0ded68f8",
"issueId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2"
},
"eventType": "issues.externalFileLinked.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the issue the attachment was unattached from.
The globally unique identifier of the attachment.
{
"content": {
"issueId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2",
"attachmentId":"07373b30-52ce-4b4d-8af6-b7dd0a68c29c"
},
"eventType": "issues.attachmentUnattached.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}The globally unique identifier of the external file instance that was unlinked. Will generally consist of ES_ followed by a GUID.
The globally unique identifier of the issue the external file was unlinked from.
{
"content": {
"fileId":"ES_41070fc0-9375-4b8a-84bf-e41d0ded68f8",
"issueId":"89f14044-47f3-4252-adcb-c75ed4b2a1b2"
},
"eventType": "issues.externalFileUnlinked.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the reality analysis job.
{
"content": {
"jobId":"7f99b1a1-30cd-4f7b-8a4a-62d7f7f7b56a"
},
"eventType": "realityAnalysis.jobCompleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the reality conversion job.
{
"content": {
"jobId":"9f5e8bb1-e3e1-4037-8d83-e08d6d07d9cc"
},
"eventType": "realityConversion.jobCompleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the V1 reality modeling job.
{
"content": {
"jobId":"79590d08-1281-418b-8920-e4413412884e"
},
"eventType": "realityModeling.jobCompleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the reality modeling job.
The state of the job. Either 'Cancelled', 'Failed', or 'Success'.
{
"content": {
"jobId":"79590d08-1281-418b-8920-e4413412884e",
"state":"Success"
},
"eventType": "realityModeling.jobCompleted.v2",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Result of the synchronization
Globally Unique Identifier of the iModel.
Identifier of the connection.
Globally Unique Identifier of the synchronization.
{
"content": {
"result":"success",
"iModelId":"72640bf2-2173-4276-b896-c157bee0df76",
"connectionId":"MWplZe9Uf0iR1IDMqyOMLqBN0_wHEVBGg_CzJmXdmE4",
"synchronizationId":"2ad03109-7c6a-47ef-88f6-d15f2a675529"
},
"eventType": "synchronization.jobCompleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Status of the transformation
Globally Unique Identifier of the souce iTwin.
Globally Unique Identifier of the target iTwin.
Type of transformation.
Globally Unique Identifier of the target iModel.
Globally Unique Identifier of the configuration.
Globally Unique Identifier of the transformation.
{
"content": {
"status":"Succeeded",
"sourceITwinId":"99ff3a6a-26da-4313-ad6e-e2f3127afebe",
"targetITwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"transformType":"MergeFork",
"targetIModelId":"72640bf2-2173-4276-b896-c157bee0df76",
"configurationId":"645030a1-c34e-435f-bb99-53dafd6d779e",
"transformationId":"90c69811-1d4e-4bb8-a205-df4e98839c9e"
},
"eventType": "transformations.jobCompleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the user that iModel changeset belongs to.
Globally Unique Identifier of the iModel.
Changeset id is a 40 characters SHA1 hash that is used to validate Changeset. The id of Changeset is generated from the id of its parent as well as its contents.
Index of the Changeset (increasing, but not necessarily sequential).
{
"content": {
"userId":"e5c7ae4f-2d72-4319-b96a-d46492e4f860",
"imodelId":"72640bf2-2173-4276-b896-c157bee0df76",
"changesetId":"254c63645055a96d4a920425f5dfbc3adec5b602",
"changesetIndex":"1"
},
"eventType": "iModels.changesReady.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the user that cloned the iModel.
Globally Unique Identifier of the iModel that was created.
Globally Unique Identifier of the iTwin that the iModel was cloned from.
Globally Unique Identifier of the iModel that was cloned from.
The last changeset id that was included in the clone.
The last changeset index that was included in the clone.
{
"content": {
"userId":"e5c7ae4f-2d72-4319-b96a-d46492e4f860",
"imodelId":"0c651407-37d0-43bb-8c68-cb155cfc20b1",
"sourceiTwinId":"20ceaf78-4f84-46e0-bf28-6e5c987a4aa2",
"sourceimodelId":"20df82bd-5000-47ea-891f-690609eb4a3a",
"clonedUpToChangesetId":"1",
"clonedUpToChangesetIndex":"254c63645055a96d4a920425f5dfbc3adec5b602"
},
"eventType": "iModels.iModelCloned.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the user that created the iModel.
Globally Unique Identifier of the iModel.
{
"content": {
"userId":"e5c7ae4f-2d72-4319-b96a-d46492e4f860",
"imodelId":"72640bf2-2173-4276-b896-c157bee0df76"
},
"eventType": "iModels.iModelCreated.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the user that deleted the iModel.
Globally Unique Identifier of the iModel.
{
"content": {
"userId":"e5c7ae4f-2d72-4319-b96a-d46492e4f860",
"imodelId":"72640bf2-2173-4276-b896-c157bee0df76"
},
"eventType": "iModels.iModelDeleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the user that created iModel named version.
Globally Unique Identifier of the iModel.
Globally Unique Identifier of the Named Version.
Changeset id is a 40 characters SHA1 hash that is used to validate Changeset. The id of Changeset is generated from the id of its parent as well as its contents.
Index of the Changeset (increasing, but not necessarily sequential).
{
"content": {
"userId":"e5c7ae4f-2d72-4319-b96a-d46492e4f860",
"imodelId":"72640bf2-2173-4276-b896-c157bee0df76",
"versionId":"51c0ce59-a60d-47fc-a2e4-974712c707ce",
"changesetId":"254c63645055a96d4a920425f5dfbc3adec5b602",
"changesetIndex":"1"
},
"eventType": "iModels.namedVersionCreated.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the parent iTwin.
iTwin class.
iTwin subclass.
Globally Unique Identifier of the account owner.
Globally Unique Identifier of the user who created the iTwin.
Type of the account owner.
{
"content": {
"parentId":"8f6bd249-d17e-49b9-9d70-613611b8b816",
"iTwinClass":"Endeavor",
"iTwinSubClass":"Project",
"accountOwnerId":"e5c7ae4f-2d72-4319-b96a-d46492e4f860",
"eventCreatedBy":"6411cfcf-d188-4788-9267-43eb0f208c8e",
"accountOwnerType":"User"
},
"eventType": "iTwins.iTwinCreated.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the parent iTwin.
iTwin class.
iTwin subclass.
Globally Unique Identifier of the account owner.
Globally Unique Identifier of the user who deleted the iTwin.
Type of the account owner.
{
"content": {
"parentId":"8f6bd249-d17e-49b9-9d70-613611b8b816",
"iTwinClass":"Endeavor",
"iTwinSubClass":"Project",
"accountOwnerId":"e5c7ae4f-2d72-4319-b96a-d46492e4f860",
"eventCreatedBy":"6411cfcf-d188-4788-9267-43eb0f208c8e",
"accountOwnerType":"User"
},
"eventType": "iTwins.iTwinDeleted.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Globally Unique Identifier of the parent iTwin.
iTwin class.
iTwin subclass.
Globally Unique Identifier of the account owner.
Globally Unique Identifier of the user who updated the iTwin.
Globally Unique Identifier of the iTwin account.
Type of the account owner.
{
"content": {
"parentId":"8f6bd249-d17e-49b9-9d70-613611b8b816",
"iTwinClass":"Endeavor",
"iTwinSubClass":"Project",
"accountOwnerId":"e5c7ae4f-2d72-4319-b96a-d46492e4f860",
"eventCreatedBy":"6411cfcf-d188-4788-9267-43eb0f208c8e",
"iTwinAccountId":"a1b2c3d4-5678-9abc-def0-123456789abc",
"accountOwnerType":"User"
},
"eventType": "iTwins.iTwinUpdated.v1",
"iTwinId":"ce40a55a-6954-4de3-85c7-f796c3e423d9",
"messageId":"32369e4b-c9ff-47e4-b422-83b97247ce5b",
"webhookId":"7da4ba7e-3a35-4d97-a1b0-6d453aa97493",
"enqueuedDateTime":"11/3/2023 8:07:01 PM"
}Was this page helpful?