job_skills_updated
The job_skills_updated event is sent after job skills are added, updated, or removed through any of the following:
- Actions in the BOLD UI under Job > Position Categories and Skill Set
- API calls to Add Job Skills
- API calls to Remove Job Skills
Event Parameters
Parameter | Data Type | Description |
|---|---|---|
| string | The name of the specific event. |
| integer | Front office ID that indicates the tenant (client) for which the request is being made. |
| string | Event specific information:
|
| string | .NET class name for the Resource. |
| string | Unique identifier for this event. |
Sample Event
{
"EventName": "job_skills_updated",
"FrontOfficeTenantId": 6,
"Resource": "{\"jobId\":362129,\"CorrelationId\":\"f765b7e3-9f23-44d5-9749-730a39664941\"}",
"ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.JobResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
"CorrelationId": "f765b7e3-9f23-44d5-9749-730a39664941"
}
Associated Endpoints
For details about the job skills, check the Get Job Skills endpoint.
Updated 3 days ago
