Jupiter ERP
Account API

ListMediaFiles200Response

Fields, types, and references to other models.

ListMediaFiles200Response (object)

FieldTypeDescription
data*object[]

array

Elements

FieldTypeDescription
created_atstring (date-time)Creation timestamp in ISO 8601 format.
descriptionstring
entityobject
FieldTypeDescription
idinteger
namestring
entity_idinteger
entity_typestring

string

  • Account
  • Contact
  • PrintLayout
  • PrintBackground
  • ServiceProtocol
  • ServiceObject
  • ServiceOrder
file_bytesnumber
file_extstringFile extension (e.g., 'jpg', 'png', 'pdf'). Note: PDFs are converted to 'jpg' upon upload.
file_typestringMIME type (e.g., 'image/jpeg', 'image/png', 'application/pdf'). Note: PDFs are converted to 'image/jpeg' upon upload.
id*integer
is_publicboolean
keystring
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
url*string
userobject
FieldTypeDescription
image_urlstring
namestring
user_idinteger
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,
      "user_id": 0,
      "entity_type": "Account",
      "entity_id": 0,
      "key": "string",
      "is_public": true,
      "url": "string"
    }
  ],
  "meta": {
    "current_page": 1,
    "last_page": 1,
    "per_page": 15,
    "total": 1,
    "items_from": 1,
    "items_to": 1
  }
}
Schema ListMediaFiles200Response · Jupiter ERP