{ "opencollection": "1.0.0", "info": { "name": "Benchmark Email RESTful API v3.0 ABTest Creation Poll Creation API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Poll Creation", "type": "folder" }, "items": [ { "info": { "name": "Create Poll", "type": "http" }, "http": { "method": "POST", "url": "https://clientapi.benchmarkemail.com/Poll/", "body": { "type": "json", "data": "{}" } }, "docs": "

Create Poll

\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 \n
ParameterRequiredTypeDescription
PollIDRequiredstringPoll ID
NameRequiredstringPoll Name
Question" }, { "info": { "name": "Get details of poll", "type": "http" }, "http": { "method": "GET", "url": "https://clientapi.benchmarkemail.com/Poll/:PollID", "params": [ { "name": "PollID", "value": "", "type": "path" } ] }, "docs": "

Get details of poll

\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
ParameterRequiredTypeDescription
PollIDRequiredStringPoll ID
\n\nResponse body parameters :\n\n \n \n \n \n " }, { "info": { "name": "Update Poll", "type": "http" }, "http": { "method": "PATCH", "url": "https://clientapi.benchmarkemail.com/Poll/:PollID", "params": [ { "name": "PollID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Update Poll

\nQuery String Parameters : None
\nRequest Body Parameters : \n
ParameterType
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
PollIDRequiredstringPoll ID
NameRequiredstringPoll Name
Question" } ] } ], "bundled": true }