REST API to view and set work item approvals
Is there a way to use the public REST API to view the Approval details and execute an approve?
On the basic workitem details url https://<server>/ccm/oslc/workitems/<id> I don't have any information about the historical or current approvals.
Inspecting the web UI is see the following internal service being used
https://<server>/ccm/service/com.ibm.team.workitem.common.internal.rest.IWorkItemRestService/workItemDTO2?includeHistory=false&id=6435
but the response is pretty large and has a lot of unneeded details
Comments
Aaron Allsbrook
Aug 30 '13, 9:50 a.m.Im guessing no public api, so Ill update on my progress.. I have actually managed to make the internal url work a little lighter by adding some additionally query parameters