A maintenance activity.
| Name | Editable? | Required? | Type | Nullable? | Summary |
|---|---|---|---|---|---|
| ID | Int32 | The ID of the maintenance activity. | |||
| TicketID | Int32 | The ID of the ticket associated with the maintenance activity. | |||
| ConfigurationItemIDs | This field is editable through the web API. | Int32[] | This field is nullable. | the Configuration Item IDs associated with the maintenance activity. | |
| Title | This field is editable through the web API. | This field is required. | String | The title of the maintenance activity. | |
| Description | This field is editable through the web API. | String | This field is nullable. | The description of the maintenance activity. | |
| IsActive | Boolean | The active status of the maintenance activity. | |||
| NotifyResponsible | This field is editable through the web API. | Boolean | Whether to notify responsible party. Defaults to true. | ||
| StartDate | This field is editable through the web API. | This field is required. | DateTime | This field is nullable. | The start date. |
| EndDate | This field is editable through the web API. | This field is required. | DateTime | This field is nullable. | The end date of the maintenance activity. |
| CompleteWithinMinutes | Int32 | This field is nullable. | The expected duration, in operational minutes, of the maintenance activity. | ||
| EstimatedMinutes | Int32 | The estimated minutes of the maintenance activity. | |||
| ActualMinutes | Int32 | The time, in minutes, entered against the maintenance activity. | |||
| PercentComplete | This field is editable through the web API. | Int32 | The percent complete of the maintenance activity. | ||
| CreatedDate | DateTime | The created date of the maintenance activity. | |||
| CreatedUid | Guid | The UID of the user who created the maintenance activity. | |||
| CreatedFullName | String | The full name of the user who created the maintenance activity. | |||
| CreatedEmail | String | The email address of the user who created the maintenance activity. | |||
| ModifiedDate | DateTime | The last modified date of the maintenance activity. | |||
| ModifiedUid | Guid | The UID of the user who last modified the maintenance activity. | |||
| ModifiedFullName | String | The full name of the user who last modified the maintenance activity. | |||
| CompletedDate | DateTime | The completed date of the maintenance activity. | |||
| CompletedUid | Guid | This field is nullable. | The UID of the user who completed the maintenance activity. | ||
| CompletedFullName | String | The full name of the user who completed the maintenance activity. | |||
| ResponsibleUid | This field is editable through the web API. | Guid | This field is nullable. | The UID of the user responsible for the maintenance activity. | |
| ResponsibleFullName | String | The full name of the user responsible for the maintenance activity. | |||
| ResponsibleEmail | String | The email address of the user responsible for the maintenance activity. | |||
| ResponsibleGroupID | This field is editable through the web API. | Int32 | The ID of the group responsible for the maintenance activity. | ||
| ResponsibleGroupName | String | The name of the group responsible for the maintenance activity. | |||
| Order | This field is editable through the web API. | Int32 | The order in which the maintenance activity should be displayed in the list of the ticket's activities. | ||
| TypeID | This field is editable through the web API. | TeamDynamix.Api.Tickets.TicketTaskType | The type ID of the maintenance activity. This indicates if this is a regular ticket maintenance activity, a scheduled maintenance activity, or something else. | ||
| DetectedConflictCount | Int32 | The number of detected conflicts for this maintenance activity. | |||
| DetectedConflictTypes | TeamDynamix.Api.Tickets.ConflictType | The type of detected conflicts for this maintenance activity. | |||
| LastConflictScanDateUtc | DateTime | The date the maintenance activity was last scanned for conflicts. | |||
| Uri | String | The URI to retrieve the full details of the ticket maintenance activity via the web API. |