v3

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-29748.2 KB
Data

Get item by ID from capsule

get/data/{id}

Path parameters

idstring required

The ID of the item to retrieve

Query parameters

fullTextboolean

Whether to include the full text content of the item

Response

Successful response

item_idstring

Unique identifier for the item

kindstring

Type of the item (e.g., 'file' or 'text')

uristring

URI associated with the item

time_addedstring date-time

Timestamp when the item was added to the capsule

time_authoredstring date-time

Timestamp when the item was originally authored

metadataobject

Additional metadata associated with the item

full_textstring

Full text content of the item (only included if fullText=true)

All 7 operations