Confirmed users
1,031
edits
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
Success Response: The first line is always a numeric return code. A positive (or zero) integer "n" indicates the number of items in this index. The items are organized as follows (i iterates from 1 to n): | Success Response: The first line is always a numeric return code. A positive (or zero) integer "n" indicates the number of items in this index. The items are organized as follows (i iterates from 1 to n): | ||
id.i=<the id of this entry> | |||
title.i=<the title> | title.i=<the title> | ||
referrer.i=<referrer URL> | referrer.i=<referrer URL> | ||
modified.i=<date, e.g., 2007-04-08 21:22:28> | modified.i=<date, e.g., 2007-04-08 21:22:28> | ||
type.i=<MIME type for the transcode content at /files/view/id> | type.i=<MIME type for the transcode content at /files/view/id> | ||
preview.i=<Base64 encoded preview data -- always image/png> | preview.i=<Base64 encoded preview data -- always image/png> | ||
Any item that is deleted will not contain a title, referrer, but instead look like: | |||
id.i=<the id of this entry> | |||
deleted.i=1 | |||
Error Joey Status Code: | Error Joey Status Code: | ||