{ "opencollection": "1.0.0", "info": { "name": "Benchmark Email RESTful API v3.0 ABTest Creation Survey Creation API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Survey Creation", "type": "folder" }, "items": [ { "info": { "name": "Get a Details of survey ", "type": "http" }, "http": { "method": "GET", "url": "https://clientapi.benchmarkemail.com/Survey/:ID", "params": [ { "name": "ID", "value": "", "type": "path" } ] }, "docs": "

Get a Details of survey

\nQuery string parameters : None
\nRequest Body parameters :\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
IDRequiredstringSurvey ID
\n\nResponse Body Parameters :\n\n \n \n \n \n \n Update Details of Survey\nQuery string Parameters : None
\nRequest Body Parameters : \n
ParameterTypeDescription
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
IDRequiredstringSurvey ID
DataRequired" }, { "info": { "name": "Get template list of survey", "type": "http" }, "http": { "method": "GET", "url": "https://clientapi.benchmarkemail.com/Survey/TemplateList" }, "docs": "

Get template list of survey

\nQuery string Parameters : None
\nRequest Body Parameters : None
\nResponse Body Parameters : \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterTypeDescription
CountintTotal number
Statusstring1 if successful, -1 if error
DataUpdate Question of a Survey\nQuery string parameters : None
\nRequest Body Parameters : \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <" }, { "info": { "name": "Delete question of a survey", "type": "http" }, "http": { "method": "DELETE", "url": "https://clientapi.benchmarkemail.com/Survey/:ID/Question/:QuestionID", "params": [ { "name": "ID", "value": "", "type": "path" }, { "name": "QuestionID", "value": "", "type": "path" } ] }, "docs": "

Delete question of a Survey

\nQuery string parameters : None
\nRequest Body Parameters : \n
ParameterRequiredTypeDescription
IDRequiredstringSurvey ID
QuestionIDRequiredstringQuestion ID
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Sort Question of a survey\nQuery string parameters : None
\nRequest Body Parameters : \n
ParameterRequiredTypeDescription
IDRequiredstringSurvey ID
QuestionIDRequiredstringQuestion ID
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n " }, { "info": { "name": "Add Question to Survey", "type": "http" }, "http": { "method": "POST", "url": "https://clientapi.benchmarkemail.com/Survey/:ID/Question", "params": [ { "name": "ID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Add Question to Survey

\nQuery string Parameters : None
\nRequest Body Parameters : \n
ParameterRequiredTypeDescription
IDRequiredstringSurvey ID
SortOrderRequiredstringComma seperated question ids
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
IDRequiredstringSurvey ID
QuestionDataRequired