/api/v2/bpm/applications/{id}
/api/v2/bpm/applications/{id}
Path Parameters
- id integer required
ID, под которым хранится токен доступа для внешних систем к какому либо сервису BPMS
Example: 29
Header Parameters
- Authorization stringExample: {{token}}
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"id": 16,
"idInstance": 1,
"applicationName": "test-deny-delete-project",
"token": "qW8jTYzRpZ2k7LBa3gD5mN4sWq9vXy2PtJ6F1Ubh",
"clientId": null,
"clientSecret": null,
"idRole": 11
},
"preparingsTime": 0.01
}
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.001
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Not found",
"response": {},
"preparingsTime": 0.013
}
Loading...