Jupiter ERP
Account API

ListServiceProtocolTemplates200Response

Fields, types, and references to other models.

ListServiceProtocolTemplates200Response (object)

FieldTypeDescription
data*object[]

array

Elements

FieldTypeDescription
content*string
created_atstring (date-time)Creation timestamp in ISO 8601 format.
id*integer
name*string
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,
      "name": "string",
      "content": "string",
      "updated_at": "2025-01-14T13:51:15.000Z",
      "created_at": "2025-01-14T13:51:15.000Z"
    }
  ],
  "meta": {
    "current_page": 1,
    "last_page": 1,
    "per_page": 15,
    "total": 1,
    "items_from": 1,
    "items_to": 1
  }
}
Schema ListServiceProtocolTemplates200Response · Jupiter ERP