CoachRePairedEvent
v1

Phoenix parcours B2C course
You are currently viewing an old version of this event (1).Read latest version →

Details

Example event payload

1{
2  "id": 6134644,
3  "createdAt": "2023-07-10T12:34:20.557Z",
4  "updatedAt": "2023-07-10T12:34:20.587Z",
5  "eventName": "CoachRePairedEvent",
6  "keyId": "b8254929-d9f0-4010-97f4-9e25a71c59b6",
7  "eventData": {
8    "name": "CoachRePairedEvent",
9    "type": "event",
10    "keyId": "b8254929-d9f0-4010-97f4-9e25a71c59b6",
11    "talent": {
12      "id": "2c81452e-140e-4938-a2f1-409181e2c3b2",
13      "userId": "e0c01796-c52d-4ab7-a659-29dc889e7aef",
14      "createdAt": "2023-04-17T12:43:08.963Z",
15      "deletedAt": null,
16      "updatedAt": "2023-04-17T12:43:08.963Z",
17      "programIds": ["dceea9b7-5740-4f33-b080-a54c27223107"],
18      "lastDiploma": null,
19      "linkedinUrl": null,
20      "previousJob": null,
21      "synthesisId": "a13682e3-25fd-4592-acaf-c7f1be26bdeb",
22      "yearsOfStudy": null,
23      "talentProfileId": "3eea69d4-c8eb-4262-add3-46ccaa955adc",
24      "hasCommunityAccess": true
25    },
26    "coachId": "b56992b1-c30d-466a-b13f-9adff86fd439",
27    "version": 1
28  },
29  "status": "ACKNOWLEDGED",
30  "publisherNodeId": "phoenix-production-788774c7f-9dccm",
31  "processorNodeId": "phoenix-production-788774c7f-8xmfs",
32  "version": 1,
33  "userId": "e0c01796-c52d-4ab7-a659-29dc889e7aef",
34  "talentId": null
35}
36

CoachRePairedEvent payload

CoachRePairedEvent Schema (json)
{
  "$id": "CoachRePairedEventPayloadTSchema",
  "type": "object",
  "properties": {
    "talent": {
      "$id": "TalentEntity",
      "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" },
        "linkedinUrl": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
        "previousJob": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
        "yearsOfStudy": { "anyOf": [{ "type": "number" }, { "type": "null" }] },
        "lastDiploma": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
        "user": {},
        "userId": { "type": "string" },
        "programs": { "default": [], "type": "array", "items": {} },
        "programIds": { "type": "array", "items": { "type": "string" } },
        "talentCoachs": {
          "anyOf": [{ "type": "array", "items": {} }, { "type": "null" }]
        },
        "talentCoachIds": { "type": "array", "items": { "type": "string" } },
        "answers": {
          "anyOf": [
            { "default": [], "type": "array", "items": {} },
            { "type": "null" }
          ]
        },
        "talentBlocks": { "default": [], "type": "array", "items": {} },
        "talentBlockIds": { "type": "array", "items": { "type": "string" } },
        "talentActivities": { "default": [], "type": "array", "items": {} },
        "talentActivityIds": { "type": "array", "items": { "type": "string" } },
        "talentProfile": { "anyOf": [{}, { "type": "null" }] },
        "talentProfileId": {
          "anyOf": [{ "type": "string" }, { "type": "null" }]
        },
        "talentPhases": {
          "anyOf": [
            { "default": [], "type": "array", "items": {} },
            { "type": "null" }
          ]
        },
        "talentPhaseIds": { "type": "array", "items": { "type": "string" } },
        "talentFeatures": { "type": "array", "items": {} },
        "talentFeatureIds": { "type": "array", "items": { "type": "string" } },
        "featureLocks": {
          "$id": "FeatureLocksDTO",
          "type": "object",
          "properties": {
            "CHANCE_XP": { "anyOf": [{}, { "type": "null" }] },
            "DUOS_CHANCE": { "anyOf": [{}, { "type": "null" }] },
            "FB_GROUPS": { "anyOf": [{}, { "type": "null" }] },
            "FEEDBACK_ME": { "anyOf": [{}, { "type": "null" }] },
            "PERSONALITY_TESTS": { "anyOf": [{}, { "type": "null" }] },
            "PROJECT_EXPLORATION": { "anyOf": [{}, { "type": "null" }] },
            "RESOURCES": { "anyOf": [{}, { "type": "null" }] },
            "ROLES_EXPLORATIONS": { "anyOf": [{}, { "type": "null" }] }
          }
        },
        "appointments": { "default": [], "type": "array", "items": {} },
        "appointmentIds": { "type": "array", "items": { "type": "string" } },
        "hasCommunityAccess": { "default": true, "type": "boolean" },
        "synthesis": { "anyOf": [{}, { "type": "null" }] },
        "synthesisId": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
      },
      "required": [
        "createdAt",
        "id",
        "linkedinUrl",
        "previousJob",
        "yearsOfStudy",
        "lastDiploma",
        "user",
        "userId",
        "programs",
        "programIds",
        "talentCoachs",
        "talentCoachIds",
        "answers",
        "talentBlocks",
        "talentBlockIds",
        "talentActivities",
        "talentActivityIds",
        "talentProfile",
        "talentProfileId",
        "talentPhases",
        "talentPhaseIds",
        "talentFeatures",
        "talentFeatureIds",
        "featureLocks",
        "appointments",
        "appointmentIds",
        "hasCommunityAccess",
        "synthesis",
        "synthesisId"
      ]
    },
    "coachId": { "type": "string" }
  },
  "required": ["talent", "coachId"]
}


Edit this pageLast updated on 2024/8/5