Available Fields
lognumber | integer | The Number of an entry |
---|---|---|
title | string | The title of the entry |
created | struct | Returns a record containing both an integer timestamp (unix "seconds since the epoch" format) as well as a human friendly string representation (YYYY-MM-DD HH:MI) |
author | username | The username of the entry's author |
entrymakers | string | comma separated list of other entry makers |
numcomments | integer | The number of comments on the entry |
numattachments | integer | The number of attachments the entry contains |
needsattention | integer | Whether the entry requires attention (1) or not (0). It is null for non-problem report entries |
books | struct | The logbooks to which the entry was posted. An array of logbook names. |
tags | struct | The tags applied to the entry. An array of tag names. |
body | struct | Returns a content field with the contents of the body as well as a format field indicating whether the body is indicated to contain text or html |
attachments | struct | Returns an array of attachment records. The fields within each record are
|