TargetProcess Communication Logs Resource

GET /tplog

List of all TargetProcess communication logs

Response Body
media type data type description
application/json object JSON with list of logs

Example of response:

{"list":[{"changeRequestId":1,"message":"error_message","userId":1,"userFullName":"User Full Name","logId":1,"createdTime":"2020-01-01T01:00:00.000000Z"}]}

GET /tplog/{changeRequestId}

List of all TargetProcess communication logs

Request Parameters
name type description default constraints
changeRequestId path ChangeRequest ID   long
Response Body
media type data type description
application/json object JSON with list of logs

Example of response:

{"list":[{"changeRequestId":1,"message":"error_message","userId":1,"userFullName":"User Full Name","logId":1,"createdTime":"2020-01-01T01:00:00.000000Z"}]}