APS rest API service GET ALL USERS

cancel
Showing results for 
Search instead for 
Did you mean: 
fdauvergne
Customer

APS rest API service GET ALL USERS

Hello,

We need informations about APS rest API service.

To get users from Alfresco process service we use the APS rest API service, the web service used is "Alfresco Process Services api https://activiti.alfresco.com/activiti-app/api-explorer.html#!/users/getUsersUsingGET_1". The problem with this web service is the limit of the response, we only get the first 50 users. We know that the size is not handled for now. Can you tell us if it twill be handled in the next release APS 2.0 ?

Thank you for the help you would provide.

1 Reply
sanjaybandhniya
Intermediate

Re: APS rest API service GET ALL USERS

You can start process using below api.

 

URL :http://localhost:8080/activiti-app/api/enterprise/process-instances

Method Smiley Tongueost

Body:  

{
 
  "processDefinitionId": "string",
  "processDefinitionKey": "string",
  "variables": [
    {
      "name": "string",
      "scope": "string",
      "type": "string",
      "value": {}
    }
  ]
}