TalentActivityUnlockedEvent
v3

Phoenix parcours B2C course

Details

Example event payload

1{
2  "id": 6096857,
3  "createdAt": "2023-07-09T14:19:01.382Z",
4  "updatedAt": "2023-07-09T14:19:01.440Z",
5  "eventName": "TalentActivityUnlockedEvent",
6  "keyId": "350a56e8-be9a-4b17-a636-2992c6d389c6",
7  "eventData": {
8    "name": "TalentActivityUnlockedEvent",
9    "type": "event",
10    "keyId": "350a56e8-be9a-4b17-a636-2992c6d389c6",
11    "version": 2,
12    "payload": {
13      "talentActivity": {
14        "id": "8e190e48-8170-46df-a9f5-e4aa10d9b103",
15        "activityId": "643219c2-a98a-4885-ba09-5dbe04f6e988",
16        "talentBlockId": "6288829f-1d20-4a19-ae6e-c4181fb61664"
17      },
18      "user": {
19        "id": "cb4bcc58-84b1-4921-a47a-8a44264f4991"
20      },
21      "talent": {
22        "id": "422d3d77-4fc2-47dc-b7de-3ac7aa9d6dae"
23      }
24    }
25  },
26  "status": "ACKNOWLEDGED",
27  "publisherNodeId": "phoenix-production-788774c7f-jz25k",
28  "processorNodeId": "phoenix-production-788774c7f-jz25k",
29  "version": 2,
30  "userId": "cb4bcc58-84b1-4921-a47a-8a44264f4991",
31  "talentId": "422d3d77-4fc2-47dc-b7de-3ac7aa9d6dae"
32}
33

TalentActivityUnlockedEvent payload

TalentActivityUnlockedEvent Schema (json)
{
  "$id": "TalentActivityUnlockedEventPayloadTSchema",
  "type": "object",
  "properties": {
    "talentActivity": {
      "type": "object",
      "properties": {
        "id": { "type": "string" },
        "activityId": { "type": "string" },
        "talentBlockId": { "type": "string" }
      },
      "required": ["id", "activityId", "talentBlockId"]
    },
    "user": {
      "type": "object",
      "properties": { "id": { "type": "string" } },
      "required": ["id"]
    },
    "talent": {
      "type": "object",
      "properties": { "id": { "type": "string" } },
      "required": ["id"]
    }
  },
  "required": ["talentActivity", "user", "talent"]
}


Edit this pageLast updated on 2024/8/5