CoachSummaryNoteCreatedEvent
v1

Phoenix parcours B2C course

Details

Example event payload

1{
2  "id": 6108603,
3  "createdAt": "2023-07-10T04:26:14.904Z",
4  "updatedAt": "2023-07-10T04:26:14.919Z",
5  "eventName": "CoachSummaryNoteCreatedEvent",
6  "keyId": "616299e8-bc99-409f-bbe0-4b9f3cac1584",
7  "eventData": {
8    "name": "CoachSummaryNoteCreatedEvent",
9    "type": "event",
10    "keyId": "616299e8-bc99-409f-bbe0-4b9f3cac1584",
11    "version": 1,
12    "synthesis": {
13      "id": "a75c96b2-f5f3-4751-bd18-a79f3745ec8a",
14      "url": null,
15      "talent": {
16        "id": "d9881d31-3796-44d5-bce7-14dd022e1900",
17        "userId": "a0f0ff0b-d435-40b5-a922-a130e4772d27",
18        "createdAt": "2023-07-10T08:26:13.768Z",
19        "deletedAt": null,
20        "updatedAt": "2023-07-10T08:26:13.768Z",
21        "programIds": ["dceea9b7-5740-4f33-b080-a54c27223107"],
22        "lastDiploma": null,
23        "linkedinUrl": null,
24        "previousJob": null,
25        "synthesisId": "a75c96b2-f5f3-4751-bd18-a79f3745ec8a",
26        "yearsOfStudy": null,
27        "appointmentIds": [],
28        "talentBlockIds": [],
29        "talentCoachIds": [],
30        "talentPhaseIds": [],
31        "talentProfileId": "d5fae541-8947-4472-8a85-4893ba471f0a",
32        "talentFeatureIds": [
33          "3f3a9e1e-76f2-404e-b7ef-ccbcb07584b3",
34          "96266d88-b28b-4f5b-9660-94c83d422048",
35          "8404fe3c-aa9f-4822-a744-2dffa92b01e3",
36          "003295b0-d2d7-4f0c-a409-f5a70e7c27fb",
37          "ca261a39-4b79-4721-bbe1-7ffef78ccd96",
38          "cd4dc983-fb83-49ab-8ea0-a3cd2b1c1527",
39          "6f0f82d1-f11f-4533-bcea-6992db90171e",
40          "84f56c29-4e44-44ef-add6-ab891ccd37a4"
41        ],
42        "talentActivityIds": [],
43        "hasCommunityAccess": true
44      },
45      "urlType": "PARTIAL",
46      "talentId": "d9881d31-3796-44d5-bce7-14dd022e1900",
47      "createdAt": "2023-07-10T08:26:14.134Z",
48      "deletedAt": null,
49      "updatedAt": "2023-07-10T08:26:14.134Z",
50      "summaryNote": null,
51      "urlSendDate": null,
52      "summaryNoteStatus": "DRAFT",
53      "urlExpirationDate": null
54    }
55  },
56  "status": "ACKNOWLEDGED",
57  "publisherNodeId": "phoenix-production-788774c7f-v2hp2",
58  "processorNodeId": "phoenix-production-788774c7f-9dccm",
59  "version": 1,
60  "userId": "a0f0ff0b-d435-40b5-a922-a130e4772d27",
61  "talentId": null
62}
63

CoachSummaryNoteCreatedEvent payload

CoachSummaryNoteCreatedEvent Schema (json)
{
  "$id": "CoachSummaryNoteCreatedEventPayloadTSchema",
  "type": "object",
  "properties": {
    "synthesis": {
      "$id": "SynthesisEntity",
      "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" },
        "summaryNote": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
        "summaryNoteStatus": {
          "default": "DRAFT",
          "anyOf": [
            { "const": "DRAFT", "type": "string" },
            { "const": "QUALIFIED_DRAFT", "type": "string" },
            { "const": "COMPLETED", "type": "string" }
          ]
        },
        "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
        "urlSendDate": {
          "anyOf": [
            { "format": "datetime", "type": "string" },
            { "type": "null" }
          ]
        },
        "urlExpirationDate": {
          "anyOf": [
            { "format": "datetime", "type": "string" },
            { "type": "null" }
          ]
        },
        "urlType": {
          "anyOf": [
            {
              "default": "PARTIAL",
              "anyOf": [
                { "const": "PARTIAL", "type": "string" },
                { "const": "FINAL", "type": "string" }
              ]
            },
            { "type": "null" }
          ]
        }
      },
      "required": ["createdAt", "id", "talent", "talentId", "summaryNoteStatus"]
    }
  },
  "required": ["synthesis"]
}


Edit this pageLast updated on 2024/8/5