Get all ad hoc processes of a user

This endpoint provides all ad hoc process starters available to the specified user. For more information, see Creating ad hoc processes.

Request

URL: /task/adhoc/{user}

Method: GET

Authorization: required

GET /ibis/rest/task/adhoc/testuser HTTP/1.1
Accept: application/xml
Host: localhost:8080

Request Path Parameters

Name Description Required Allowed values

user

Username

yes

Any existing username

Response

HTTP/1.1 200 OK
Content-Tye: application/xml
Content-Length: 232

<Modules version="5.3">
  <Module id="PAB HR-Recruiting Vorauswahl@@@HR_Sachbearbeiter@@@PAB HR-Recruiting Vorauswahl WF Starter@@@140" label="PAB HR-Recruiting Vorauswahl starten" role="HR_Sachbearbeiter" xml:lang="de"/>
</Modules>

Errors

None