Jupiter ERP
Account API

ListFileFolders200Response

Fields, types, and references to other models.

ListFileFolders200Response (object)

FieldTypeDescription
data*object[]

array

Elements

FieldTypeDescription
child_folders_count*integer
created_atstring (date-time)Creation timestamp in ISO 8601 format.
files_count*integer
hex_colorstring
id*integer
name*string
parent_idinteger
protectedboolean
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
meta*object
FieldTypeDescription
current_page*integerThe current page number.
items_from*integerThe starting item number on the current page.
items_to*integerThe ending item number on the current page.
last_page*integerThe last page number.
per_page*integerThe number of items per page.
total*integerThe total number of items.
Example (JSON)
{
  "data": [
    {
      "id": 0,
      "parent_id": 0,
      "name": "string",
      "protected": true,
      "hex_color": "string",
      "files_count": 0,
      "child_folders_count": 0
    }
  ],
  "meta": {
    "current_page": 1,
    "last_page": 1,
    "per_page": 15,
    "total": 1,
    "items_from": 1,
    "items_to": 1
  }
}
Schema ListFileFolders200Response · Jupiter ERP