PlannerProjectDeleteV1

Occurs when a project is deleted.

Webhook Payload

The webhook event is encapsulated within a common wrapper structure providing general information about the event.

PropertyTypeDescription
idstringUnique event id
versionstringEvent version
occurredAtstringTimestamp of the event
tenantIdstringTenant unique id (GUID)
tenantNamestringTenant name
applicationstringApplication
productAreastringProduct area
dataobjectThe container of the event details data object details

data object details

PropertyTypeDescription
projectIdstringThe unique identifier of the project
eventTimestampintegerThe timestamp of the event
actorIdstringThe unique identifier of the actor
spaceIdstringThe unique identifier of the space
titlestringThe title of the event
descriptionstringThe description of the event
managerIdstringThe unique identifier of the manager
creatorIdstringThe unique identifier of the creator
plannedStartDateintegerThe planned start date of the event
plannedEndDateintegerThe planned end date of the event
plannedDurationintegerThe planned duration of the event
actualStartDateintegerThe actual start date of the event
actualEndDateintegerThe actual end date of the event
actualDurationintegerThe actual duration of the event
createdAtintegerThe timestamp of the creation of the event
updatedAtintegerThe timestamp of the last update of the event
isTemplatebooleanThe flag to indicate if the event is a template
copyFrom['string', 'null']The unique identifier of the event to copy from
templateId['string', 'null']The unique identifier of the template
followersarray of objectsThe list of followers followers array object details
customPropertiesarray of objectsThe list of custom properties customProperties array object details
attachedTasksarray of objectsThe list of attached tasks attachedTasks array object details
attachedRequestsarray of objectsThe list of attached requests attachedRequests array object details
attachedContentarray of objectsThe list of attached content attachedContent array object details
updateDiffsarray of objectsThe list of field updates updateDiffs array object details

followers array object details

PropertyTypeDescription
userIdstringThe unique identifier of the follower

customProperties array object details

PropertyTypeDescription
idstringThe unique identifier of the custom property
multipleValuebooleanThe flag to indicate if the custom property has multiple values
namestringThe name of the custom property
customPropertiesarray of objectsThe list of custom properties customProperties array object details

customProperties array object details

PropertyTypeDescription
idstringThe unique identifier of the custom property
valuestringThe value of the custom property
typestringThe type of the custom property

attachedTasks array object details

PropertyTypeDescription
spaceIdstringThe unique identifier of the space
taskIdstringThe unique identifier of the task

attachedRequests array object details

PropertyTypeDescription
spaceIdstringThe unique identifier of the space
requestIdstringThe unique identifier of the request

attachedContent array object details

PropertyTypeDescription
spaceIdstringThe unique identifier of the space
contentIdstringThe unique identifier of the content

updateDiffs array object details

PropertyTypeDescription
fieldNamestringThe name of the field
beforestringThe value before the update
afterstringThe value after the update

Example

{
  "id": "EB7E46F4AFF41E718749CAC8A5502F23D9468AA042DFF2A278A24133004B2642",
  "version": "PlannerProjectDeleteV1",
  "occurredAt": "2024-03-31T10:00:34.682Z",
  "tenantId": "234b9f0d-853d-4210-b5d2-b0574e003fcc",
  "tenantName": "demo",
  "data": {
    "projectId": "iXeq8cQHy0iFKTL0-1Fdew",
    "eventTimestamp": 638474760346820000,
    "actorId": "b26fa7a6-5060-7ce1-8cf2-9fc6a414dfdf",
    "spaceId": "7v08TiMbm0y6uxsQHldhUQ",
    "title": "Winter Demo",
    "description": "<div>This is a demo project<br></div>",
    "managerId": "b26fa7a6-5060-7ce1-8cf2-9fc6a414dfdf",
    "creatorId": "b26fa7a6-5060-7ce1-8cf2-9fc6a414dfdf",
    "plannedStartDate": 638668602000000000,
    "plannedEndDate": 638677242000000000,
    "plannedDuration": 11,
    "actualStartDate": 0,
    "actualEndDate": 0,
    "actualDuration": 0,
    "createdAt": 638474760346820000,
    "updatedAt": 638474760346820000,
    "isTemplate": false,
    "copyFrom": null,
    "templateId": null,
    "followers": [
      {
        "userId": "b26fa7a6-5060-7ce1-8cf2-9fc6a414dfdf"
      }
    ],
    "customProperties": [
      {
        "id": "8DFDeqXPKk2ezl3L0iw_Lw",
        "multipleValue": false,
        "name": "test",
        "customProperties": [
          {
            "id": "",
            "value": "{\n  \"id\": \"pqdvsmBQ4XyM8p_GpBTf3w\",\n  \"type\": \"user\"\n}",
            "type": "JObject"
          }
        ]
      }
    ],
    "attachedTasks": [],
    "attachedRequests": [],
    "attachedContent": [],
    "updateDiffs": []
  },
  "application": "EnablementPlannerService",
  "productArea": "EnablementPlanner"
}