Jupiter ERP
Account API

GlobalSearchItem

Fields, types, and references to other models.

GlobalSearchItem (object)

FieldTypeDescription
datestringRelevant calendar date for the result as ISO `YYYY-MM-DD`, when available (e.g. document/file date or, as a fallback, the creation date). Shown as secondary metadata in the global search results.
id*integer
subtitlestring
title*string
Example (JSON)
{
  "id": 0,
  "title": "string",
  "subtitle": "string",
  "date": "string"
}
Schema GlobalSearchItem · Jupiter ERP