document:get | ||
---|---|---|
Description: | ||
Get document entry by ID. |
||
Input Params | ||
name | type | Description |
entryId | string | Document entry id |
version | int | Desired version of the data |
Output Type | ||
type | ||
KalturaDocumentEntry | ||
Errors | ||
ENTRY_ID_NOT_FOUND,Entry id "%s" not found | ||
Example HTTP Hit | ||
http://www.kaltura.com/api_v3/?service=document&action=get POST fields: entryId version |