Creating the REST API

cancel
Showing results for 
Search instead for 
Did you mean: 
Tabu
Member II

Creating the REST API

Hello,
I'am trying to use alfresco-repository github project where i need to get the tasks details list by providing the workflow instance ID without authority parameter in the URL.

Please do help me with the solution...Thank you!

4 Replies
sanjaybandhniya
Intermediate

Re: Creating the REST API

Is this Related to Alfresco content service workflow or Alfresco process service? 

Tabu
Member II

Re: Creating the REST API

Thanks for the response
The github project I've used is Alfresco Remote-API sorry for the wrong project name in the query and I'am not very much sure about whether it is content service or process service but I'am using it to fetch the completed task details from Alfresco using TaskInstances.get file which is basically throwing an Internal server error 500. 

 

sanjaybandhniya
Intermediate

Re: Creating the REST API

Which project and which url you are using?

 

Tabu
Member II

Re: Creating the REST API

Alfresco Remote-API is the github project which I'am using and the URL which I'am trying to use is: https://localhost:8080/alfresco/service/api/task-instances?authority=admin&state=completed
I'am receiving an Internal server error whenever i try to fetch the completed task details but i could fetch the tasks which are active.