Jupiter ERP
Account API

TaskGroup

Fields, types, and references to other models.

TaskGroup (object)

FieldTypeDescription
created_atstring (date-time)Creation timestamp in ISO 8601 format.
entityobject
FieldTypeDescription
idinteger
namestring
entity_idinteger
entity_typestring
id*integer
name*string
orderinginteger
tasks_countinteger
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
Example (JSON)
{
  "id": 0,
  "name": "string",
  "ordering": 0,
  "entity_type": "string",
  "entity_id": 0,
  "entity": {
    "id": 0,
    "name": "string"
  }
}
Schema TaskGroup · Jupiter ERP