Skip to content

SmartSurvey folders

Latest
Compare
Choose a tag to compare
@bmordan bmordan released this 28 Jun 09:12
· 0 commits to master since this release

Supports getting surveys from folders with a new method

  • Fetch details of a survey folder
  • @param {number} folderId ID of the folder to fetch
  • @param {Object} [options]
  • @param {string} [options.apiToken] API Token
  • @param {string} [options.apiTokenSecret] API Token Secret
  • @param {SmartSurveyClient~requestCallback} cb
client.getFolder(folderId, options, cb)