POST Exports

Creates a new export job

Request Information

URI Parameters

None.

Body Parameters

Export options

ExportsRequest
NameDescriptionTypeAdditional information
studyKey

Key of study

integer

Required

questionKeys

Keys of questions

Collection of integer

Required

scriptKey

Name of script to use for new job

integer

Required

parameters

Additional job's parameters

Collection of string

None.

Response Information

Creates a new export job

ExportsResponse
NameDescriptionTypeAdditional information
jobKey

Key of created job

integer

None.

errors

If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages.

Collection of string

None.