cancel
Showing results for 
Search instead for 
Did you mean: 

Call APS Api

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

How to call APS rest api from adf?

1 ACCEPTED ANSWER

I found a way to call APS rest api from ADF.

private apiServiceAlfrescoApiService;
 
this.apiService.getInstance().webScript.executeWebScript('GET', nullnull'activiti-app',
     'restendpoint'null);

View answer in original post

3 REPLIES 3

EddieMay
World-Class Innovator
World-Class Innovator

Hi @sanjaybandhniya,

Have you had a chance to look at this APS/ADF tutorial?  There's also this APS/API documentation.

HTH,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

I found a way to call APS rest api from ADF.

private apiServiceAlfrescoApiService;
 
this.apiService.getInstance().webScript.executeWebScript('GET', nullnull'activiti-app',
     'restendpoint'null);

Hi @sanjaybandhniya,

Great work & thanks for updating us. I'll mark this as solved if that's ok.

Have a great weekend, 

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!