| media:get | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Get media entry by ID. |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| entryId | string | Media entry id | V | ||
| version | int | Desired version of the data | -1 | ||
| Output Type | |||||
| KalturaMediaEntry | |||||
| Errors | |||||
| ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=media&action=get POST fields: entryId version |
|||||