
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
qualtrics-sdk-node
Advanced tools
The purpose of this library is to provide a Node client to the Qualtrics public facing API.
npm install qualtrics-sdk-nodeFirst find your data center and API token:
const QualtricsSdk = require('qualtrics-sdk-node');
const qualtrics = new QualtricsSdk({
dataCenter: '...',
apiToken: '...',
});
qualtrics.surveys.listSurveys()
.then((response) => console.log(response));
First find your data center and clientId and clientSecret:
const QualtricsSdk = require('qualtrics-sdk-node');
const qualtrics = new QualtricsSdk({
dataCenter: '...',
clientId: '...',
clientSecret: '...',
});
qualtrics.surveys.listSurveys()
.then((response) => console.log(response));
API calls are namespaced to their respective resources. User API calls can be found at qualtrics.users, Survey API calls can be found at qualtrics.surveys, etc.
However, Target Audience calls are an exception. Because some of the resource names conflict with Insight Platform calls, they have been namespaced to their sub-resources under their top-level resource, directories.
For example, Target Audience Contact API calls can be found at qualtrics.directories.contacts, Target Audience Mailing List API calls can be found at qualtrics.directories.mailingLists, etc.
Refer to the contribution guidelines.
This project is licensed under the Apache License version 2.0. Please refer to the license for usage info.
Do not expose your API token! This project is for server-side usage only.
FAQs
Qualtrics Node SDK
We found that qualtrics-sdk-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies