/api/v2/bpm/projects/{project_id}
Метод возвращает информацию о проекте по ID
Path Parameters
- project_id integer required
ID проекта
Example: 359
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"id": 359,
"name": "Mexico Pacific Cartel",
"id_instance": 5,
"langs": [
{
"id": 1,
"lang_name": "ru"
},
{
"id": 2,
"lang_name": "en"
}
],
"properties": {}
},
"preparingsTime": 0.083
}
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.006
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Endpoint en/api/v2/bpm/projects/999999 not found",
"response": {},
"preparingsTime": 0.308
}
Loading...