canmove, Confirmed users
1,173
edits
m (Created page with '= Weave 1.1 API = Release Date: TBD = Weave Basic Object (WBO) = A Weave Basic Object is the generic wrapper around all items passed into and out of the Weave server. The Weave …') |
No edit summary |
||
Line 41: | Line 41: | ||
| 256K | | 256K | ||
| A string containing a JSON structure encapsulating the data of the record. This structure is defined separately for each WBO type. Parts of the structure may be encrypted, in which case the structure should also specify a record for decryption. | | A string containing a JSON structure encapsulating the data of the record. This structure is defined separately for each WBO type. Parts of the structure may be encrypted, in which case the structure should also specify a record for decryption. | ||
|- valign="top" | |||
| ttl | |||
| none (optional) | |||
| integer | |||
| The number of seconds to keep this record. After that time, this item will not be returned. | |||
|} | |} | ||
Line 173: | Line 178: | ||
'newest' - Orders by modification date (newest first)<br> | 'newest' - Orders by modification date (newest first)<br> | ||
'index' - Orders by the sortindex descending (highest weight first)<br> | 'index' - Orders by the sortindex descending (highest weight first)<br> | ||
|} | |} | ||