Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
/knowledge/document/get/{docid}?returnFullText=[true|false|1|0]
Info

Returns a document (TODO link to document object) matching the id number provided.

Authentication

Required, see Auth - Login

Arguments

docid (required)
id of the document of which to return the metadata

returnFullText (optional)
By default, the text of the document is not returned. Setting this parameter to "true" or "1" will return the first 50KB of the content, in the "fullText" JSON field (see below).

Example

http://infinite.ikanow.com/api/knowledge/document/get/4cc0ebff97622e5914a70e83
http://infinite.ikanow.com/api/knowledge/document/get/4cc0ebff97622e5914a70e83?returnFullText=1

...