/api/v2/bpm/references/{id}
Метод возвращает значение из универсального справочника по ID
Path Parameters
- id integer required
ID объекта, содержащего именованое справочное значение для какого-либо свойства
Example: 193
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"id": 193,
"propertyId": 378,
"name": "RGB scheme",
"description": "Default black color",
"value": {
"red": 0,
"blue": 0,
"green": 0
},
"order": 1
},
"preparingsTime": 0.037
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Not found",
"response": {},
"preparingsTime": 0.031
}
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.007
}
Loading...