TravelRequestComments
Get the list of comments for an existing Request.
Columns
| Name | Type | References | Description |
| TravelRequestId [KEY] | String | The id of the travel request. Can be found by querying TravelRequests. | |
| Value [KEY] | String | The value of the comment. | |
| AuthorFirstName | String | The first name of the employee. | |
| AuthorLastName | String | The last name of the employee. | |
| CreationDateTime | Datetime | Creation date of the comment. | |
| IsLatest | Boolean | If true, the comment has been edited since the last workflow transition. |