| responseProfile:clone | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Clone an existing response profile |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| id | int | V | |||
| profile | KalturaResponseProfile | V | |||
| Output Type | |||||
| KalturaResponseProfile | |||||
| Errors | |||||
| RESPONSE_PROFILE_ID_NOT_FOUND;ID;Response profile id [@ID@] not found | |||||
| RESPONSE_PROFILE_DUPLICATE_SYSTEM_NAME;SYSTEM_NAME;Response profile system-name [@SYSTEM_NAME@] already exists | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=responseProfile&action=clone POST fields: id profile:relatedObjects profile:name profile:type profile:fields profile:filter profile:pager profile:relatedProfiles profile:mappings profile:id profile:systemName profile:partnerId profile:createdAt profile:updatedAt profile:status profile:version |
|||||