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...
- How is it determined if there is a non-successful condition encountered with either of these?
- How is a successful return determined?
- How would one determine the difference between no data found and some kind of error condition?
The following do not seem to shed any light on return or error codes, etc.:
Comments
Michael Taylor
Sep 24 '13, 11:14 a.m.Can anyone shed light on this? Thanks in advance.