/api/v2/bpm/applications
/api/v2/bpm/applications
Query Parameters
- name string
Регистронезависимая подстрока, фильтр по "applicationName"
Example: L - idInstance integer
Фильтр по инстансу
Example: 1 - offset integer
Параметр содержащий порядковый номер элемента, после которого будут показаны остальные результаты
Example: 1 - limit integer
Параметр содержащий максимальное кол-во элементов в ответе
Example: 3
Header Parameters
- Authorization stringExample: {{token}}
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"applications": [
{
"id": 5,
"idInstance": 1,
"applicationName": "LMS",
"token": "0137f944-8716-4dcc-b24b-43cf3e113868",
"clientId": null,
"clientSecret": null,
"idRole": 1
},
{
"id": 9,
"idInstance": 1,
"applicationName": "TestService LMS",
"token": "bFztgWqLaqZLnMFz3I5BqEJrJqtne2fKQVrfn05MawLBUm6m8ZFf5nh4KCkF2rOQ",
"clientId": null,
"clientSecret": null,
"idRole": 1
},
{
"id": 16,
"idInstance": 1,
"applicationName": "test-deny-delete-project",
"token": "qW8jTYzRpZ2k7LBa3gD5mN4sWq9vXy2PtJ6F1Ubh",
"clientId": null,
"clientSecret": null,
"idRole": 11
}
],
"offset": 1,
"total": 6,
"all": 3
},
"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.002
}
Loading...