Jupiter ERP
Account API

ListComments200Response

Felder, Typen und Verweise auf andere Modelle.

ListComments200Response (object)

FeldTypBeschreibung
data*object[]

array

Elemente

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

string

  • Contact
  • Project
  • Task
  • CustomDocument
  • Quote
  • ServiceObject
  • ServiceOrder
id*integer
text*stringHTML
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
uploadsobject[]

array

Elemente

FeldTypBeschreibung
file_bytes*number
file_ext*string
file_name*string
file_type*string
id*integer
url*string (https://test.com)
userobject
FeldTypBeschreibung
image_urlstring
namestring
user_idinteger
meta*object
FeldTypBeschreibung
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.
Beispiel (JSON)
{
  "data": [
    {
      "id": 0,
      "user_id": 0,
      "entity_type": "Contact",
      "entity_id": 0,
      "user": {
        "name": "string",
        "image_url": "string"
      },
      "entity": {
        "id": 0,
        "name": "string"
      },
      "text": "string"
    }
  ],
  "meta": {
    "current_page": 1,
    "last_page": 1,
    "per_page": 15,
    "total": 1,
    "items_from": 1,
    "items_to": 1
  }
}
Schema ListComments200Response · Jupiter ERP