Equipment

An API call to get the list of 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

Response

Errors

General types only.

Last updated

Was this helpful?