From Devwiki
Part of the KalturaAPI
Description
Returns info for an existing Collaborative Video.
Parameters
| Name | Type | Mandatory | Description
|
| kshow_id
| integer | always | The id of the requested Collaborative Video.
|
| detailed
| 0 or 1 | no | affects the amount of info returned for the updated Collaborative Video. 'detailed=1' will present more info such as the name of the producer and not only his ID.
|
Results
| Name | Type | Description
|
| kshow
| kshow object | An object with info about the requested Collaborative Video. If detailed=1 was used, many extra parameters are returned.
|
Error Codes
| Code | Description
|
| ?
| kshow [<kshow_id>] does not exist
|