/api/v2/bpm/properties/{prop_id}
Метод возвращает информацию о свойстве по ID
Path Parameters
- prop_id integer required
ID уникального свойства, единицы настройки проекта
Example: 8
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"id": 378,
"name": "firts_prop_over_month",
"parentId": null,
"typeId": 6,
"type": "object",
"isGlobal": true,
"isGroup": false,
"tableReference": "ref_universal",
"description": "I'm trying to figure out the properties",
"defaultValue": null,
"refValues": [],
"order": 1
},
"preparingsTime": 0.063
}
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.017
}
Loading...