RelatedDocumentSummary (object)
Summary of a document linked to the current document (for display in detail views)
| Feld | Typ | Beschreibung |
|---|---|---|
| date | string | Date in Y-m-d format |
| formatted_number | string | — |
| id* | integer | — |
| link_id* | integer | ID of the link row (for deleting manual related links) |
| link_type* | string | derived_from = target was created from source; related = manual association (bidirectional) string
|
| status* | string | — |
| type* | string | string
|
Beispiel (JSON)
{
"link_id": 0,
"type": "quote",
"id": 0,
"formatted_number": "string",
"date": "2025-01-14T00:00:00.000Z",
"status": "string",
"link_type": "derived_from"
}