TalentCompletedProgramEventv1
Phoenix parcours B2C course
Details
Example event payload
1{
2 "id": 6117039,
3 "createdAt": "2023-07-10T06:46:22.492Z",
4 "updatedAt": "2023-07-10T06:46:23.072Z",
5 "eventName": "TalentCompletedProgramEvent",
6 "keyId": "76384ee9-c0f4-4818-a39c-13901142b009",
7 "eventData": {
8 "data": {
9 "userId": "8045d7ea-6a77-4419-b1ef-3d2b0c29765e",
10 "talentId": "108b3595-7dbd-4c76-b4da-aa87130ca512",
11 "programId": "dceea9b7-5740-4f33-b080-a54c27223107"
12 },
13 "name": "TalentCompletedProgramEvent",
14 "type": "event",
15 "keyId": "76384ee9-c0f4-4818-a39c-13901142b009",
16 "version": 1,
17 "timestamp": "2023-07-10T10:46:22.492Z"
18 },
19 "status": "ACKNOWLEDGED",
20 "publisherNodeId": "phoenix-production-788774c7f-v2hp2",
21 "processorNodeId": "phoenix-production-788774c7f-ptzwj",
22 "version": 1,
23 "userId": "8045d7ea-6a77-4419-b1ef-3d2b0c29765e",
24 "talentId": "108b3595-7dbd-4c76-b4da-aa87130ca512"
25}
26TalentCompletedProgramEvent payload
TalentCompletedProgramEvent Schema (json)
{
"$id": "TalentCompletedProgramEventPayloadTSchema",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"programId": { "type": "string" },
"talentId": { "type": "string" },
"userId": { "type": "string" }
},
"required": ["programId", "talentId", "userId"]
}
},
"required": ["data"]
}
Domain Graph
Edit this pageLast updated on 2024/8/5