TalentRemovedEvent
v1

Admin

Details

Example event payload

1{
2	"id": 6162346,
3	"createdAt": "2023-07-11T09:29:55.001Z",
4	"updatedAt": "2023-07-11T09:29:55.051Z",
5	"eventName": "TalentRemovedEvent",
6	"keyId": "2bece15c-d8b5-4bf2-a4f9-44ce7ca77034",
7	"eventData": {
8		"name": "TalentRemovedEvent",
9		"type": "event",
10		"keyId": "2bece15c-d8b5-4bf2-a4f9-44ce7ca77034",
11		"talent": {
12			"id": "91f8f756-5541-4c52-a1ea-40f3465f5224",
13			"userId": "4fb4c231-510d-401c-80ae-f18285d3b36a",
14			"createdAt": "2023-03-27T13:28:46.350Z",
15			"deletedAt": "2023-07-11T13:29:54.976Z",
16			"updatedAt": "2023-07-11T13:29:54.976Z",
17			"programIds": ["dceea9b7-5740-4f33-b080-a54c27223107"],
18			"lastDiploma": null,
19			"linkedinUrl": null,
20			"previousJob": null,
21			"synthesisId": "45b48ff2-d965-42c9-a623-57291bbf03ac",
22			"yearsOfStudy": null,
23			"appointmentIds": [],
24			"talentBlockIds": ["3c1b8a23-40f3-468b-bb76-a847dc436587", "0b15db7c-6323-40c3-9df5-c591906b4d7d", "5572304a-4885-425c-ac59-3e593290dfbb", "9fa9b034-1178-4e0e-aad8-b677b19ea4ad"],
25			"talentCoachIds": [],
26			"talentPhaseIds": ["42a906f3-5f4d-4577-beb9-0c2b0080b041", "c8b60a95-46dd-4e05-97d1-f826b9185959", "245b0904-b8d5-4170-9441-96462db8a553"],
27			"talentProfileId": "f56c7b30-e6a1-4a37-a60b-7fd6f47b3f96",
28			"talentFeatureIds": ["278a2c93-33b1-4db5-9895-e309988ad609", "6489f7e8-5655-4223-9689-a35a59f8a167", "92eb23cf-3930-4fc1-862c-65e16801023a", "87d67d58-81a6-4f3c-9a25-1a2b8105bbff", "f8c553d8-e964-42b2-b0ba-737d6a94d14c", "7948be54-b5c1-4d5c-9453-132a281a45fe", "dd14dab7-c5d1-4192-bfaa-903b04d22f6f", "aed656eb-f935-449c-abb4-1c4e8aceb803"],
29			"talentActivityIds": ["0229989b-5852-45a2-bcb9-be06fd9b0fa8", "9634fc1c-8e17-44f7-ad96-eb1f02953a7a", "b9d3945c-ade4-4130-ab61-98c59888a09d", "9fdc9953-92f1-46fd-9ba3-b67da513b8de", "63d04f84-fb42-4e98-a7ac-3b6f3ad8b052"],
30			"hasCommunityAccess": true
31		},
32		"version": 1
33	},
34	"status": "ACKNOWLEDGED",
35	"publisherNodeId": "phoenix-production-788774c7f-jz25k",
36	"processorNodeId": "phoenix-production-788774c7f-8xmfs",
37	"version": 1,
38	"userId": "4fb4c231-510d-401c-80ae-f18285d3b36a",
39	"talentId": "91f8f756-5541-4c52-a1ea-40f3465f5224"
40}

TalentRemovedEvent payload

TalentRemovedEvent Schema (json)
{
  "$id": "TalentRemovedEventPayloadTSchema",
  "type": "object",
  "properties": {
    "talent": {
      "$id": "TalentEntity",
      "type": "object",
      "properties": {
        "createdAt": { "format": "datetime", "type": "string" },
        "updatedAt": {
          "anyOf": [
            { "format": "datetime", "type": "string" },
            { "type": "null" }
          ]
        },
        "deletedAt": {
          "anyOf": [
            { "format": "datetime", "type": "string" },
            { "type": "null" }
          ]
        },
        "id": { "type": "string" },
        "linkedinUrl": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
        "previousJob": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
        "yearsOfStudy": { "anyOf": [{ "type": "number" }, { "type": "null" }] },
        "lastDiploma": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
        "user": {},
        "userId": { "type": "string" },
        "programs": { "default": [], "type": "array", "items": {} },
        "programIds": { "type": "array", "items": { "type": "string" } },
        "talentCoachs": {
          "anyOf": [{ "type": "array", "items": {} }, { "type": "null" }]
        },
        "talentCoachIds": { "type": "array", "items": { "type": "string" } },
        "answers": {
          "anyOf": [
            { "default": [], "type": "array", "items": {} },
            { "type": "null" }
          ]
        },
        "talentBlocks": { "default": [], "type": "array", "items": {} },
        "talentBlockIds": { "type": "array", "items": { "type": "string" } },
        "talentActivities": { "default": [], "type": "array", "items": {} },
        "talentActivityIds": { "type": "array", "items": { "type": "string" } },
        "talentProfile": { "anyOf": [{}, { "type": "null" }] },
        "talentProfileId": {
          "anyOf": [{ "type": "string" }, { "type": "null" }]
        },
        "talentPhases": {
          "anyOf": [
            { "default": [], "type": "array", "items": {} },
            { "type": "null" }
          ]
        },
        "talentPhaseIds": { "type": "array", "items": { "type": "string" } },
        "talentFeatures": { "type": "array", "items": {} },
        "talentFeatureIds": { "type": "array", "items": { "type": "string" } },
        "featureLocks": {
          "$id": "FeatureLocksDTO",
          "type": "object",
          "properties": {
            "CHANCE_XP": { "anyOf": [{}, { "type": "null" }] },
            "DUOS_CHANCE": { "anyOf": [{}, { "type": "null" }] },
            "MY_CIRCLE": { "anyOf": [{}, { "type": "null" }] },
            "FB_GROUPS": { "anyOf": [{}, { "type": "null" }] },
            "FEEDBACK_ME": { "anyOf": [{}, { "type": "null" }] },
            "PERSONALITY_TESTS": { "anyOf": [{}, { "type": "null" }] },
            "PROJECT_EXPLORATION": { "anyOf": [{}, { "type": "null" }] },
            "RESOURCES": { "anyOf": [{}, { "type": "null" }] },
            "ROLES_EXPLORATIONS": { "anyOf": [{}, { "type": "null" }] }
          }
        },
        "appointments": { "default": [], "type": "array", "items": {} },
        "appointmentIds": { "type": "array", "items": { "type": "string" } },
        "hasCommunityAccess": { "default": true, "type": "boolean" },
        "synthesis": { "anyOf": [{}, { "type": "null" }] },
        "synthesisId": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
      },
      "required": [
        "createdAt",
        "id",
        "linkedinUrl",
        "previousJob",
        "yearsOfStudy",
        "lastDiploma",
        "user",
        "userId",
        "programs",
        "programIds",
        "talentCoachs",
        "talentCoachIds",
        "answers",
        "talentBlocks",
        "talentBlockIds",
        "talentActivities",
        "talentActivityIds",
        "talentPhases",
        "talentPhaseIds",
        "talentFeatures",
        "talentFeatureIds",
        "featureLocks",
        "appointments",
        "appointmentIds",
        "hasCommunityAccess",
        "synthesis",
        "synthesisId"
      ]
    }
  },
  "required": ["talent"]
}


Edit this pageLast updated on 2024/8/5