API Documentation Help!

0
0

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!

  • You must to post comments
0
0

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

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.