VCTalentBlockReadyEvent
v1

Phoenix parcours B2C course

Details

Example event payload

1{
2	"id": 6098394,
3	"createdAt": "2023-07-09T14:59:52.889Z",
4	"updatedAt": "2023-07-09T14:59:52.908Z",
5	"eventName": "VCTalentBlockReadyEvent",
6	"keyId": "9dfbf782-2cf3-48ba-ae53-8dbb8e7c36a0",
7	"eventData": {
8		"name": "VCTalentBlockReadyEvent",
9		"type": "event",
10		"keyId": "9dfbf782-2cf3-48ba-ae53-8dbb8e7c36a0",
11		"version": 1,
12		"talentBlock": {
13			"id": "eb7ef94b-9da8-4650-a9c0-0682101dc703",
14			"block": {
15				"id": "5c9c487f-bdd9-4f3a-8549-a26a8a486c4f",
16				"tags": [],
17				"type": "VC",
18				"title": "Séance Découverte",
19				"tagIds": [],
20				"createdAt": "2022-01-12T14:49:21.302Z",
21				"deletedAt": null,
22				"updatedAt": "2023-06-15T12:21:19.500Z",
23				"criteriaIds": [],
24				"description": "",
25				"coachSubject": "Vous allez rencontrer votre talent pour la première fois. Prenez le temps de cette première séance pour vous présenter mutuellement, faire un point sur sa situation, ses attentes vis-à-vis du parcours et son objectif à atteindre à l'issue des 3 mois. Peut-être que votre talent aura de premières barrières à lever ? Abordez-les ensemble pour lui permettre de se lancer sereinement dans le parcours.",
26				"internalTitle": "Séance Découverte (Phoenix)",
27				"talentSubject": "Faites connaissance avec votre coach, parlez-lui de votre situation, de vos attentes et définissez ensemble votre objectif.",
28				"blockToActivities": []
29			},
30			"order": 1,
31			"status": "LOCKED",
32			"blockId": "5c9c487f-bdd9-4f3a-8549-a26a8a486c4f",
33			"talentId": "9c40bc21-5269-46d8-9b8d-c8c7f85c6499",
34			"createdAt": "2023-07-03T20:17:58.363Z",
35			"deletedAt": null,
36			"programId": "dceea9b7-5740-4f33-b080-a54c27223107",
37			"updatedAt": "2023-07-03T20:17:58.363Z",
38			"talentPhaseId": "dd28e0a9-8729-4347-962b-3a6c376898af",
39			"talentActivityIds": []
40		}
41	},
42	"status": "ACKNOWLEDGED",
43	"publisherNodeId": "phoenix-production-788774c7f-ptzwj",
44	"processorNodeId": "phoenix-production-788774c7f-jz25k",
45	"version": 1,
46	"userId": null,
47	"talentId": "9c40bc21-5269-46d8-9b8d-c8c7f85c6499"
48}

VCTalentBlockReadyEvent payload

VCTalentBlockReadyEvent Schema (json)
{
  "$id": "VCTalentBlockReadyEventPayloadTSchema",
  "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"]
}


Edit this pageLast updated on 2024/8/5