383
edits
Line 38: | Line 38: | ||
! id | ! id | ||
| string | | string | ||
| | | Identifying string for the record | ||
|- | |- | ||
! parentid | ! parentid | ||
| string | | string | ||
| | | Record id of a "parent" | ||
|- | |- | ||
! predecessorid | ! predecessorid | ||
| string | | string | ||
| | | Record id of a "predecessor" | ||
|- | |- | ||
! modified | ! modified | ||
| number | | number | ||
| | | Time when this record was last changed; set by the server | ||
|- | |- | ||
! sortindex | ! sortindex | ||
| number | | number | ||
| | | Relative importance of this record | ||
|- | |- | ||
! payload | ! payload | ||
| string | | string | ||
| | | String with data; usually a JSON-string | ||
|} | |} | ||
edits