/api/v2/bpm/applications/{id}
/api/v2/bpm/applications/{id}
Path Parameters
- id integer required
ID, под которым хранится токен доступа для внешних систем к какому либо сервису BPMS
Example: 26
Header Parameters
- Authorization stringExample: {{token}}
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "Application is successfully deleted",
"response": {},
"preparingsTime": 0.012
}
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.002
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Not found",
"response": {},
"preparingsTime": 0.011
}
Loading...