LinearScaleQuestionAnsweredEvent
v3

Phoenix parcours B2C course

Details

Example event payload

1{
2	"id": 6096271,
3	"createdAt": "2023-07-09T13:59:24.509Z",
4	"updatedAt": "2023-07-09T13:59:24.565Z",
5	"eventName": "LinearScaleQuestionAnsweredEvent",
6	"keyId": "52a66a6b-0ad0-4a80-a4a5-ec410190eea1",
7	"eventData": {
8		"name": "LinearScaleQuestionAnsweredEvent",
9		"type": "event",
10		"keyId": "52a66a6b-0ad0-4a80-a4a5-ec410190eea1",
11		"userId": "62c4311e-767f-4c29-9ad3-e031ac722bd4",
12		"payload": {
13			"id": "a049c615-8dc5-4aea-a5ac-b86c7c18d678",
14			"tagIds": [],
15			"content": {
16				"type": "numeric",
17				"numeric": 3
18			},
19			"talentId": "f550d02e-5615-4a5b-bad0-5f17147c7afd",
20			"createdAt": "2023-07-09T17:53:02.305Z",
21			"deletedAt": null,
22			"updatedAt": "2023-07-09T17:53:02.305Z",
23			"questionId": "LSyQ8ZAb1k",
24			"talentActivityId": "ab702402-1e60-4172-858e-8a9b8b58c5dc"
25		},
26		"version": 3,
27		"talentActivityId": "ab702402-1e60-4172-858e-8a9b8b58c5dc"
28	},
29	"status": "ACKNOWLEDGED",
30	"publisherNodeId": "phoenix-production-788774c7f-ptzwj",
31	"processorNodeId": "phoenix-production-788774c7f-ptzwj",
32	"version": 3,
33	"userId": "62c4311e-767f-4c29-9ad3-e031ac722bd4",
34	"talentId": null
35}

LinearScaleQuestionAnsweredEvent payload

LinearScaleQuestionAnsweredEvent 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": "LinearScaleQuestionAnsweredEventPayloadTSchema"
}


Edit this pageLast updated on 2024/8/5