Jupiter ERP
Account API

ListFileCategories200Response

Fields, types, and references to other models.

ListFileCategories200Response (object)

FieldTypeDescription
itemsobject[]

array

Elements

FieldTypeDescription
categorystring
files_countinteger
Example (JSON)
{
  "items": [
    {
      "category": "string",
      "files_count": 0
    }
  ]
}
Schema ListFileCategories200Response · Jupiter ERP