ChoiceQuestionAnsweredEvent
v3

Phoenix parcours B2C course

Details

Example event payload

1{
2	"id": 6096211,
3	"createdAt": "2023-07-09T13:56:45.522Z",
4	"updatedAt": "2023-07-09T13:56:45.549Z",
5	"eventName": "ChoiceQuestionAnsweredEvent",
6	"keyId": "6fb341b9-6fb1-42b0-8bee-d7104036a54d",
7	"eventData": {
8		"name": "ChoiceQuestionAnsweredEvent",
9		"type": "event",
10		"keyId": "6fb341b9-6fb1-42b0-8bee-d7104036a54d",
11		"userId": "ab151a24-2583-44ba-861d-447dc7ea4a83",
12		"payload": {
13			"id": "1057451d-0525-4f8d-8011-02768e48a085",
14			"tagIds": [],
15			"content": {
16				"type": "textList",
17				"textList": ["Je connais bien mes compétences"]
18			},
19			"talentId": "653da116-afc9-4c31-8fc9-571a1b2e82ac",
20			"createdAt": "2023-07-09T17:53:42.360Z",
21			"deletedAt": null,
22			"updatedAt": "2023-07-09T17:53:42.360Z",
23			"questionId": "btILDaXx1u",
24			"talentActivityId": "c2fce40e-8b93-46dd-8913-9c5d649eeccc"
25		},
26		"version": 3,
27		"talentActivityId": "c2fce40e-8b93-46dd-8913-9c5d649eeccc"
28	},
29	"status": "ACKNOWLEDGED",
30	"publisherNodeId": "phoenix-production-788774c7f-9dccm",
31	"processorNodeId": "phoenix-production-788774c7f-9dccm",
32	"version": 3,
33	"userId": "ab151a24-2583-44ba-861d-447dc7ea4a83",
34	"talentId": null
35}

ChoiceQuestionAnsweredEvent payload

ChoiceQuestionAnsweredEvent Schema (json)
{
  "type": "object",
  "properties": {
    "payload": {
      "$id": "QuestionAnsweredPayloadClass",
      "type": "object",
      "properties": { "questionId": { "type": "string" }, "content": {} },
      "required": ["questionId", "content"]
    },
    "talentActivityId": { "type": "string" },
    "userId": { "type": "string" }
  },
  "$id": "ChoiceQuestionAnsweredEventPayloadTSchema"
}


Edit this pageLast updated on 2024/8/5