job_statuses_updated

Overview

The job_statuses_updated event is sent after a new job status has been added, or an existing status has been updated or deleted in Table Editor > Job Statuses.

Event Parameters

ParameterData TypeDescription
EventNamestringThe name of the specific event.
FrontOfficeTenantIdintegerFront office ID that indicates the tenant (client) for which the request is being made.
ResourcestringEvent specific information:

StatusId(integer): The identifier for the job status.
CorrelationId(string): Unique identifier for this event.
ResourceModelTypestring.NET class name for the Resource.
CorrelationIdstringUnique identifier for this event.

Sample Event

{
  "EventName": "job_statuses_updated",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"StatusId\":405,\"CorrelationId\":\"0c015041-e381-448a-b654-a398a025a2e5\"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.JobStatusesResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "0c015041-e381-448a-b654-a398a025a2e5"
}

Associated Endpoint

For details about the job status, check the Get Job Status Definitions and Get Job Status Definition by Name endpoints.