Re: [rules-users] How to get version of an asset for perticular Package version using RESTEasy

2013-07-24 Thread Amar
this will not solve my problem. let me know if the question is not clear enough. -- View this message in context: http://drools.46999.n3.nabble.com/How-to-get-version-of-an-asset-for-perticular-Package-version-using-RESTEasy-tp4025121p4025132.html Sent from the Drools: User forum mailing list a

Re: [rules-users] How to get version of an asset for perticular Package version using RESTEasy

2013-07-24 Thread learnbrms
http://localhost:8080/drools-guvnor/rest/packages/{packageName}/versions -- lists all versions of package http://localhost:8080/drools-guvnor/rest/packages/{packageName}/versions/{version}/source -- gets the package version source http://localhost:8080/drools-guvnor/rest/packages/{packageName}/

Re: [rules-users] How to get version of an asset for perticular Package version using RESTEasy

2013-07-24 Thread Amar
agreed. but it will give version of an asset present in current package. say current package version is 5. then it will give asset version in package version 5. but here i want get the asset version that was present in earlier package version say 3. do we have any mechanism to achive this by restea

Re: [rules-users] How to get version of an asset for perticular Package version using RESTEasy

2013-07-24 Thread rjr201
The documentation says it's something like this: http://localhost:8080/drools-guvnor/rest/packages/{packageName}/assets/{assetName}/versions/{version} -- View this message in context: http://drools.46999.n3.nabble.com/How-to-get-version-of-an-asset-for-perticular-Package-version-using-RESTEas