Call APS Api

cancel
Showing results for 
Search instead for 
Did you mean: 
sanjaybandhniya
Intermediate

Call APS Api

Jump to solution

How to call APS rest api from adf?

1 Solution

Accepted Solutions
sanjaybandhniya
Intermediate

Re: Call APS Api

Jump to 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);

View solution in original post

3 Replies
EddieMay
Alfresco Employee

Re: Call APS Api

Jump to solution

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!
sanjaybandhniya
Intermediate

Re: Call APS Api

Jump to 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);
EddieMay
Alfresco Employee

Re: Call APS Api

Jump to solution

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!