BPA - GraphQL query (Synchronous)
POST {{server_url}}/HOPEXGraphQL/api/BPA
Make synchronous API call to HOPEX for the BPA solution. You can make read or write access to the repository.
for instance : list all the business process, list a given process by ID...
RESPONSES
status: OK
{"data":{"application":[{"id":"28tVcJuYXLeD","name":"Application test","applicationType":null},{"id":"j4RxcvEYXLHF","name":"TEST","applicationType":null}]}}