go back to CommentService

GET /comments/{parentRowType}/{parentRowId}

Retrieves a list of comments for a given parent row type and row ID. For example, driver BJM01 would be requested as "/D/BJM01", where 'D' represents the parent row type of a driver and 'BJM01' the ID for the driver record.

Roles that can access this endpoint are Users, Drivers, Carriers, Carrier Drivers.

Parameters

name description type default type
parentRowType the comment record's parent row type path String
parentRowId the comment record's parent row ID path String

Result

List < RowComments > of type: application/xml application/json

list of RowComments records

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help
- String
- String