TalentActivityStartedEventv2
Phoenix parcours B2C course
You are currently viewing an old version of this event (2).Read latest version →
Details
Example event payload
1{
2 "id": 6096285,
3 "createdAt": "2023-07-09T13:59:29.280Z",
4 "updatedAt": "2023-07-09T13:59:29.325Z",
5 "eventName": "TalentActivityStartedEvent",
6 "keyId": "84bcad3d-38a8-4e5b-bd30-1c2d2060d180",
7 "eventData": {
8 "name": "TalentActivityStartedEvent",
9 "type": "event",
10 "keyId": "84bcad3d-38a8-4e5b-bd30-1c2d2060d180",
11 "version": 2,
12 "talentActivity": {
13 "id": "9cea5793-a3ee-4ee0-9c1a-863ae854053a",
14 "order": 0,
15 "status": "IN_PROGRESS",
16 "talentId": "f693bc78-05bf-45cf-8975-2f000eb58596",
17 "createdAt": "2023-06-26T09:31:36.727Z",
18 "deletedAt": null,
19 "updatedAt": "2023-07-09T17:59:29.221Z",
20 "activityId": "80b7e7af-564a-4fda-bf82-3c445891daa7",
21 "talentBlockId": "0f7b55d9-cb70-4ace-a306-00776334814b"
22 }
23 },
24 "status": "ACKNOWLEDGED",
25 "publisherNodeId": "phoenix-production-788774c7f-v2hp2",
26 "processorNodeId": "phoenix-production-788774c7f-8xmfs",
27 "version": 2,
28 "userId": "8e29a30f-5cb5-453e-bb01-a0c5a7772ac9",
29 "talentId": "f693bc78-05bf-45cf-8975-2f000eb58596"
30}TalentActivityStartedEvent payload
TalentActivityStartedEvent Schema (json)
{
"$id": "TalentActivityStartedEventPayloadTSchema",
"type": "object",
"properties": {
"talentActivity": {
"$id": "TalentActivityEntity",
"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" },
"activity": {},
"activityId": { "type": "string" },
"talentBlock": {},
"talentBlockId": { "type": "string" },
"content": {
"type": "array",
"items": {
"$id": "ActivityContentDTO",
"type": "object",
"properties": {
"id": { "type": "string" },
"data": {
"anyOf": [
{
"$id": "ActivityContentDataInterface",
"additionalProperties": true,
"type": "object",
"properties": {
"isRequired": {
"anyOf": [{ "type": "boolean" }, { "type": "null" }]
},
"tags": {
"anyOf": [
{ "type": "array", "items": { "type": "string" } },
{ "type": "null" }
]
},
"name": {
"anyOf": [{ "type": "string" }, { "type": "null" }]
}
}
},
{ "type": "null" }
]
},
"type": {
"anyOf": [
{ "const": "header", "type": "string" },
{ "const": "paragraph", "type": "string" },
{ "const": "embed", "type": "string" },
{ "const": "image", "type": "string" },
{ "const": "delimiter", "type": "string" },
{ "const": "checklists", "type": "string" },
{ "const": "link", "type": "string" },
{ "const": "nestedList", "type": "string" },
{ "const": "underline", "type": "string" },
{ "const": "choiceQuestion", "type": "string" },
{ "const": "listOrderingQuestion", "type": "string" },
{ "const": "textQuestion", "type": "string" },
{ "const": "linearScaleQuestion", "type": "string" },
{ "const": "quoteCard", "type": "string" },
{ "const": "audioFile", "type": "string" },
{ "const": "drivers", "type": "string" },
{ "const": "uploadVideo", "type": "string" },
{ "const": "uploadImage", "type": "string" },
{ "const": "linkTool", "type": "string" },
{ "const": "text", "type": "string" },
{ "const": "fourPillars", "type": "string" },
{ "const": "copyLink", "type": "string" }
]
},
"answer": { "anyOf": [{}, { "type": "null" }] }
},
"required": ["id", "type"]
}
},
"status": {
"default": "NOT_STARTED",
"anyOf": [
{ "const": "IN_PROGRESS", "type": "string" },
{ "const": "LOCKED", "type": "string" },
{ "const": "NOT_STARTED", "type": "string" },
{ "const": "SUBMITTED", "type": "string" }
]
},
"order": { "type": "number" }
},
"required": [
"createdAt",
"id",
"talent",
"talentId",
"activity",
"activityId",
"talentBlock",
"talentBlockId",
"content",
"status",
"order"
]
}
},
"required": ["talentActivity"]
}
Domain Graph
Edit this pageLast updated on 2024/8/5