/api/v2/bpm/projects/{project_id}/processes
Метод возвращает процесс (приложение) связанный в данное время с проектом (активный процесс)
Path Parameters
- project_id integer required
ID проекта. Проект это глобальная сущность системы, которая может содержать в себе набор процессов (готовых приложений)
Example: 321
Header Parameters
- Authorization stringExample: {{token}}
Responses
- 400
- 401
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Process for project id=358 not found",
"response": {},
"preparingsTime": 0.054
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Authentication credentials were not provided.",
"response": {
"detail": "Authentication credentials were not provided."
},
"preparingsTime": 0.004
}
Loading...