Getting Approval Type
![](http://jazz.net/_images/myphoto/4b97a2c5b6462baa78a7c57c3ebec55b.jpg)
Accepted answer
![](http://jazz.net/_images/myphoto/4b97a2c5b6462baa78a7c57c3ebec55b.jpg)
Hi,
you can find the necessary code bits in this library article: https://jazz.net/library/article/1118/
If this answers your question please mark it accepted.
- Arne
One other answer
![](http://jazz.net/_images/myphoto/4b97a2c5b6462baa78a7c57c3ebec55b.jpg)
Some additional code examples are here: https://rsjazz.wordpress.com/2012/10/01/adding-approvals-to-work-items-using-the-plain-java-client-libraries/
Comments
![](http://jazz.net/_images/myphoto/4b97a2c5b6462baa78a7c57c3ebec55b.jpg)
Hi Ralph,
I just want to confirm that the review and verification type, does it mean i can get it from IApproval method?
![](http://jazz.net/_images/myphoto/e5e63d5878217b64611c1df9401b7cd3.jpg)
IApproval is an interface. As you can see if you look at the JavaDoc or the SDK code if you properly set up your environment, there is no method to get the approval type.
If you had looked at the sources attached to my post or the post itself, you would likely have been able to understand that the com.ibm.team.workitem.common.model.IApprovalDescriptor has the Type(Identifier) set.