This pr implements the getProcessInfo REST call. The only blocked part is querying the db for processes, because the db methods need updating. For now, I propose we merge this (using dummy processes instead of real ones from the db) for testing & integration purposes.
example call of process info api:
$ curl -X GET http://0.0.0.0:8000/api/pub/processes/47f2c1f1164a27db4f5e7b825f8ec064c44da88a83ff72b90e5755fff8bfb53b -H "Authorization: Bearer c553cd753d538b1302d27983a6d9fe00639f06aa7c5ddc8256bd0e3c20d281f6"
This pr implements the getProcessInfo REST call. The only blocked part is querying the db for processes, because the db methods need updating. For now, I propose we merge this (using dummy processes instead of real ones from the db) for testing & integration purposes.
example call of process info api: