| quiz_quiz:geturl | |||||
|---|---|---|---|---|---|
| Description: | |||||
| sends a with an api request for pdf from quiz object |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| entryId | string | V | |||
| quizOutputType | KalturaQuizOutputType | V | KalturaQuizOutputType:: | ||
| Output Type | |||||
| string | |||||
| Errors | |||||
| ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
| PROVIDED_ENTRY_IS_NOT_A_QUIZ;ENTRY_ID; provided entry [@ENTRY_ID@] is not a quiz | |||||
| QUIZ_CANNOT_BE_DOWNLOAD; Quiz cannot be download | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=quiz_quiz&action=geturl POST fields: entryId quizOutputType |
|||||