How to determine if there is an error condition returned from RTC work item Reportable REST API?
![]() We are using the following: Authenticate: https://localhost:9443/jts/authenticated/j_security_check?j_username=<username>&j_password=<password> Retrieve data: ...server:port/ccm/rpt/repository/workitem?fields=workitem/workItem...
The following do not seem to shed any light on return or error codes, etc.: |
One answer
![]()
Michael, why do you care about the reurn codes? theoretically all you should care about is a successful call. Any thing else is probably due to some syntax error in the URL that you should fix. What client are you using to compose these URLs? RPE?
|
Comments
Can anyone shed light on this? Thanks in advance.