Hi team,
Where can I get the API endpoints to get department/process ids and its respective names?
I am trying to limit the application connections to specific department processes (which currently it does not).
Preferably, I would like to receive the full API documentation.
Thank you!
- shuqri asked 7 months ago
- You must login to post comments
1.Get departments (/departments/) – Gets list of departments in a tenant
2.Get processes in department (/processes/departmentId={{departmentId}}&stage={{stage}}) – Gets a list of processes in a department
3.Get process info (/process/{{processInfoId}} – gets all the information about the process, including list of start arguments
4.Start job (/job) – starts a job
5.Get job info (/job/{{jobId}}) – gets information about the job (status, start time, end time, robot name,…)
6.Get job log (/log/{{jobId}}) – get log after the job is completed
Access token is from job_create
- Emb answered 1 month ago
- You must login to post comments
Please login first to submit.
