/api/v2/bpm/properties
Метод возвращает список свойств
Query Parameters
- q string
Регистронезависимая подстрока, фильтр по "name"
Example: с - offset integer
Параметр содержащий порядковый номер элемента, после которого будут показаны остальные результаты
Example: 1 - limit integer
Параметр содержащий максимальное кол-во элементов в ответе
Example: 100
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"properties": [
{
"id": 146,
"name": "backgroundColorСircle",
"parentId": null,
"typeId": 3,
"type": "color",
"isGlobal": false,
"isGroup": null,
"tableReference": null,
"description": null,
"defaultValue": null,
"refValues": [],
"order": null
},
{
"id": 113,
"name": "colorСircle",
"parentId": null,
"typeId": 3,
"type": "color",
"isGlobal": false,
"isGroup": null,
"tableReference": null,
"description": null,
"defaultValue": null,
"refValues": [],
"order": null
},
{
"id": 114,
"name": "activeColorСircle",
"parentId": null,
"typeId": 3,
"type": "color",
"isGlobal": false,
"isGroup": null,
"tableReference": null,
"description": null,
"defaultValue": null,
"refValues": [],
"order": null
},
{
"id": 198,
"name": "backgroundСolor",
"parentId": null,
"typeId": 5,
"type": "string",
"isGlobal": false,
"isGroup": null,
"tableReference": null,
"description": null,
"defaultValue": null,
"refValues": [],
"order": null
}
],
"offset": 1,
"total": 5,
"all": 4
},
"preparingsTime": 0.078
}
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.003
}
Loading...