Description
Comments created during a visit via the Aspire desktop or mobile apps related to the work ticket.
Resource Overview
| Endpoint | Definition | 
| GET/WorkTicketVisitNotes | Retrieve a list of information related to work ticket visit notes. | 
Attributes
| Attribute | Description  | Data Type  | Notes   | 
|---|---|---|---|
| CreatedByUserID | unique identifier of user who created the work ticket visit notes | integer | |
| CreatedByUserName | name of the user who created the work ticket visit notes | string | Max Length: 101 | 
| CreatedDateTime | start date and time | DateTime | |
| EndTime | stop time of work ticket | DateTime | |
| Note | text of note associated with work ticket vists | string | |
| RouteID | unique identifier for route associated with work ticket | integer | |
| RouteName | name for route associated with work ticket | string | Max Length: 100 | 
| ScheduledDate | date scheduled for the work ticket visits | DateTime | |
| StartDateTime | date and time of work ticket start | Date Time | |
| WorkTicketID | unique identifier for work ticket | integer | |
| WorkTicketNumber | number assigned and used to search for work ticket in Aspire | integer | |
| WorkTicketVisitID | unique identifier of the specific visit within a work ticket | integer | |
| WorkTicketVisitNoteID | unique identifier for the work ticket visit note | integer |