FivePD API
Models

IncidentHistory

Represents an incident (callout or traffic stop) history.

This model represents the database table fivepd_incident_histories. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.

Properties

Id

Gets or sets the identifier.

Type: string

IncidentId

Gets or sets the identifier which is/was used to runtime reference this record.

Type: string

Title

Gets or sets the title of the incident.

Type: string

Description

Gets or sets the description of the incident.

Type: string

Location

Gets or sets the location of the incident.

Type: string

Priority

Gets or sets the priority of the incident.

Type: FPriority

Type

Gets or sets the type of the incident.

Type: FIncidentType

GeneratedAt

Gets or sets the generated date time of the incident.

Type: DateTime

Users

Gets or sets the users who were involved in this incident.

Type: IList<IncidentHistoryUser>