cancel
Showing results for 
Search instead for 
Did you mean: 

How to consume a custom rest API from ADF application?

gtarafder
Champ on-the-rise
Champ on-the-rise

I have written a custom rest API in Java for ECM. But not able to see any proper way to consume it from ADF application.  How can I consume a custom rest API from ADF application? Is there any dynamic interface to consume rest service? Please help. 

1 ACCEPTED ANSWER

roberto_gamiz
Star Contributor
Star Contributor

Hello,

In this thread you can find the answer to your question.

How to Call Remote API from ADF  

You must use the Alfresco Api Service to access an initialized AlfrescoJSApi instance and then call the method executeWebScript.

https://www.alfresco.com/abn/adf/docs/core/alfresco-api.service/ 

Regards,

View answer in original post

2 REPLIES 2

roberto_gamiz
Star Contributor
Star Contributor

Hello,

In this thread you can find the answer to your question.

How to Call Remote API from ADF  

You must use the Alfresco Api Service to access an initialized AlfrescoJSApi instance and then call the method executeWebScript.

https://www.alfresco.com/abn/adf/docs/core/alfresco-api.service/ 

Regards,

Thanks a lot.