TalentSubphaseSubmittedEventv1
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": 6098050,
3 "createdAt": "2023-07-09T14:53:17.295Z",
4 "updatedAt": "2023-07-09T14:53:17.348Z",
5 "eventName": "TalentSubphaseSubmittedEvent",
6 "keyId": "765f1fdb-3a7b-420a-b7f4-9c03c69403a5",
7 "eventData": {
8 "name": "TalentSubphaseSubmittedEvent",
9 "type": "event",
10 "keyId": "765f1fdb-3a7b-420a-b7f4-9c03c69403a5",
11 "version": 1,
12 "talentPhase": {
13 "id": "7599a026-6733-4fc0-a94c-a79319b77016",
14 "order": 0,
15 "status": "COMPLETED",
16 "phaseId": "3803a9d4-735a-411d-9cfc-39060883d7d4",
17 "parentId": "5f716da4-acd2-4d7c-b92c-3810e9b0b9c0",
18 "talentId": "9c40bc21-5269-46d8-9b8d-c8c7f85c6499",
19 "createdAt": "2023-07-03T20:17:58.136Z",
20 "deletedAt": null,
21 "programId": "dceea9b7-5740-4f33-b080-a54c27223107",
22 "updatedAt": "2023-07-09T18:53:17.275Z",
23 "childrenIds": [],
24 "talentBlockIds": ["97158cbf-6f51-4ffc-8e8d-cb36d480984b", "de7d629f-8e5d-42f6-8cf5-ece53372bf0c", "48057966-2ad1-421b-8c1b-52b6cb23fee3"]
25 }
26 },
27 "status": "ACKNOWLEDGED",
28 "publisherNodeId": "phoenix-production-788774c7f-jz25k",
29 "processorNodeId": "phoenix-production-788774c7f-ptzwj",
30 "version": 1,
31 "userId": null,
32 "talentId": "9c40bc21-5269-46d8-9b8d-c8c7f85c6499"
33}TextQuestionAnsweredEvent payload
TalentSubphaseSubmittedEvent Schema (json)
{
"$id": "TalentSubphaseSubmittedEventPayloadTSchema",
"type": "object",
"properties": {
"talentPhase": {
"$id": "TalentPhaseEntity",
"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": {},
"talentId": { "type": "string" },
"phase": {},
"phaseId": { "type": "string" },
"program": {},
"programId": { "type": "string" },
"status": {
"default": "LOCKED",
"anyOf": [
{ "const": "LOCKED", "type": "string" },
{ "const": "IN_PROGRESS", "type": "string" },
{ "const": "COMPLETED", "type": "string" }
]
},
"talentBlocks": { "type": "array", "items": {} },
"talentBlockIds": { "type": "array", "items": { "type": "string" } },
"parent": { "anyOf": [{}, { "type": "null" }] },
"parentId": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
"children": {
"anyOf": [
{ "default": [], "type": "array", "items": {} },
{ "type": "null" }
]
},
"childrenIds": {
"anyOf": [
{ "default": [], "type": "array", "items": { "type": "string" } },
{ "type": "null" }
]
},
"order": { "type": "number" }
},
"required": [
"createdAt",
"id",
"talent",
"talentId",
"phase",
"phaseId",
"program",
"programId",
"status",
"talentBlocks",
"talentBlockIds",
"parent",
"parentId",
"children",
"childrenIds",
"order"
]
}
},
"required": ["talentPhase"]
}
Domain Graph
Edit this pageLast updated on 2024/8/5