Attribute

Attributes within the context of the incident represent discrete data points, such as "vehicle_wheels_movable," that store supplementary information on a record. They serve as additional details associated with the incident.

Events

The following events are available for attributes:

Event TypeDescription
attribute.updatedTriggered when any attribute information is modified

The Attribute object

Attributes
  • objectstring

    Type of the property, always "Attribute".

  • namestring or null

    Name of the attribute.

  • keystring

    Key of the attribute.

  • valuestring, array of strings or null

    Value of the attribute.

Attribute
interface Attribute {
  object: "Attribute";
  name: string | null;
  key: string;
  value: string | string[] | null;
}
Example Attribute
{
  "object": "Attribute",
  "name": "Wheels Movable",
  "key": "vehicle_wheels_movable",
  "value": "No",
}

Attribute Configuration

Each webhook integration is configured with a bespoke set of attributes tailored to align with the needs of your implementation. The attributes available are dependent on operations undertaken to deliver the service. Combined these configurations curated by your Axitech Representative, ensure that you are exposed to attributes that can seamlessly integrate with your workflow.

For a better understanding of the attributes available for consumption in your integration, please consult the corresponding supplement document. This versioned document is crafted specifically for your integration, provides detailed insights into the configured elements.

Should you have any inquiries or seek further clarification on the customized attributes, please contact your Axitech representative.