TalentAssignedToCoachEventv3
A talent is assigned to a Coach
You are currently viewing an old version of this event (2).Read latest version →
Details
Example event payload
1{
2 "id": 6125652,
3 "createdAt": "2023-07-10T09:42:13.709Z",
4 "updatedAt": "2023-07-10T09:42:14.289Z",
5 "eventName": "TalentAssignedToCoachEvent",
6 "keyId": "a497292d-2ce6-43f0-add9-87b1c24668da",
7 "eventData": {
8 "name": "TalentAssignedToCoachEvent",
9 "type": "event",
10 "keyId": "a497292d-2ce6-43f0-add9-87b1c24668da",
11 "talent": {
12 "id": "f8bbec19-39dc-4979-97f9-a6fd06fc68c7",
13 "userId": "2db17494-08c6-459c-8954-a93681a0ded0",
14 "createdAt": "2023-05-10T15:01:38.567Z",
15 "deletedAt": null,
16 "updatedAt": "2023-05-10T15:01:38.567Z",
17 "programIds": ["dceea9b7-5740-4f33-b080-a54c27223107"],
18 "lastDiploma": null,
19 "linkedinUrl": null,
20 "previousJob": null,
21 "synthesisId": "d1783632-2356-4c25-93e9-8557aea4739f",
22 "yearsOfStudy": null,
23 "talentProfileId": "a4c2a1f8-8a8e-4796-b69f-5de461e5f6ae",
24 "hasCommunityAccess": true
25 },
26 "coachId": "583bd4fb-3da2-4460-b7af-c038302b2780",
27 "version": 1
28 },
29 "status": "ACKNOWLEDGED",
30 "publisherNodeId": "phoenix-production-788774c7f-8xmfs",
31 "processorNodeId": "phoenix-production-788774c7f-9dccm",
32 "version": 2,
33 "userId": "2db17494-08c6-459c-8954-a93681a0ded0",
34 "talentId": "f8bbec19-39dc-4979-97f9-a6fd06fc68c7"
35}
36TalentAssignedToCoachEvent payload
TalentAssignedToCoachEvent Schema (json)
{
"$id": "TalentAssignedToCoachEventPayloadTSchema",
"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"]
}
Domain Graph
Edit this pageLast updated on 2024/8/5