Equipment¶
API call to get the list of all available equipment.
Equipment object¶
{
"equip_id": 33,
"model_name": "SPT10 SB",
"model_code": "pt10",
"vendor": "3. NAVIXY S Series (personal)",
"name": "NAVIXY S10"
}
equip_id- int. Equipment ID.model_name- string. A model's original name.model_code- string. A model code which should be inserted to tracker bundles.vendor- string. A vendor's name.name- string. A model's name used by a vendor.
API actions¶
API path: panel/equipment.
list¶
Returns list of all equipment which can be assigned to tracker bundles.
required permissions: tracker_bundles: "read".
Parameters¶
Only session hash.
Examples¶
curl -X POST 'https://api.gdemoi.ru/v2/panel/equipment/list' \
-H 'Content-Type: application/json' \
-d '{"hash": "fa7bf873fab9333144e171372a321b06"}'
https://api.gdemoi.ru/v2/panel/equipment/list?hash=fa7bf873fab9333144e171372a321b06
Response¶
{
"success": true,
"list": [
{
"equip_id": 33,
"model_name": "SPT10 SB",
"model_code": "pt10",
"vendor": "3. NAVIXY S Series (personal)",
"name": "NAVIXY S10"
}
]
}
Errors¶
General types only.
Последнее обновление: 27 февраля 2025 г.