TalentBlockSubmittedEventv1
Phoenix parcours B2C course
You are currently viewing an old version of this event (1).Read latest version →
Details
Example event payload
1{
2 "id": 6096302,
3 "createdAt": "2023-07-09T13:59:55.068Z",
4 "updatedAt": "2023-07-09T13:59:55.100Z",
5 "eventName": "TalentBlockSubmittedEvent",
6 "keyId": "057b516d-15a2-47b9-b4f1-898b01d146dd",
7 "eventData": {
8 "name": "TalentBlockSubmittedEvent",
9 "type": "event",
10 "keyId": "057b516d-15a2-47b9-b4f1-898b01d146dd",
11 "version": 1,
12 "talentBlock": {
13 "id": "dcd33ec3-d6bd-428c-be6c-c2e4d8f0b77b",
14 "order": 14,
15 "status": "FINISHED",
16 "blockId": "27b45de3-2a7a-4950-806a-dbc53496b0be",
17 "talentId": "03516924-e854-48bb-b559-6467f4e55d45",
18 "createdAt": "2023-06-16T08:47:14.596Z",
19 "deletedAt": null,
20 "programId": "dceea9b7-5740-4f33-b080-a54c27223107",
21 "updatedAt": "2023-07-09T17:59:55.061Z",
22 "talentPhaseId": "c61b98cb-e73d-4ed6-8362-11d275778504",
23 "talentActivityIds": []
24 }
25 },
26 "status": "ACKNOWLEDGED",
27 "publisherNodeId": "phoenix-production-788774c7f-ptzwj",
28 "processorNodeId": "phoenix-production-788774c7f-jz25k",
29 "version": 1,
30 "userId": null,
31 "talentId": "03516924-e854-48bb-b559-6467f4e55d45"
32}TalentBlockSubmittedEvent payload
TalentBlockSubmittedEvent Schema (json)
{
"$id": "TalentBlockSubmittedEventPayloadTSchema",
"type": "object",
"properties": {
"talentBlock": {
"$id": "TalentBlockEntity",
"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" },
"talent": { "anyOf": [{}, { "type": "null" }] },
"talentId": { "type": "string" },
"block": {},
"blockId": { "type": "string" },
"program": {},
"programId": { "type": "string" },
"talentActivities": { "type": "array", "items": {} },
"talentActivityIds": { "type": "array", "items": { "type": "string" } },
"order": { "type": "number" },
"status": {
"default": "IN_PROGRESS",
"anyOf": [
{ "const": "IN_PROGRESS", "type": "string" },
{ "const": "FINISHED", "type": "string" },
{ "const": "NOT_STARTED", "type": "string" },
{ "const": "LOCKED", "type": "string" }
]
},
"talentPhase": {},
"talentPhaseId": { "type": "string" }
},
"required": [
"createdAt",
"id",
"talent",
"talentId",
"block",
"blockId",
"program",
"programId",
"talentActivities",
"talentActivityIds",
"order",
"status",
"talentPhase",
"talentPhaseId"
]
}
},
"required": ["talentBlock"]
}
Domain Graph
Edit this pageLast updated on 2024/8/5