API | Description |
---|---|
GET /external/api/v3/answer/getopenanswers |
Get a list of open answers with optional key performance indicator. |
API | Description |
---|---|
GET /external/api/v3/averagescore |
Get the average score of questions. |
GET /external/api/v3/averagescore/approvedreviewaveragescore |
Get the average score of questions for approved reviews. |
API | Description |
---|---|
GET /external/api/v3/basequestion |
Get a list of all base questions. |
API | Description |
---|---|
GET /external/api/v3/customerdatacolumn |
Gets a list of customer data columns. |
GET /external/api/v3/customerdatacolumn/getcustomerdatacolumnvalues |
Gets a list of all values within a certain customer data column, results can optionally be filtered on date and data. |
API | Description |
---|---|
GET /external/api/v3/form/getall?includeArchived={includeArchived} |
Get a list of all form names and the corresponding id. |
GET /external/api/v3/form?Id={Id}&LanguageCode={LanguageCode}&IncludeArchived={IncludeArchived} |
Get a form by id. |
API | Description |
---|---|
DELETE /external/api/v3/panelmember?id[0]={id[0]}&id[1]={id[1]} |
Delete panel member. |
GET /external/api/v3/panelmember?Cursor={Cursor}&Limit={Limit} |
Get a list of all panel members. |
POST /external/api/v3/panelmember |
Create panel member. |
PUT /external/api/v3/panelmember |
Update panel member. |
API | Description |
---|---|
GET /external/api/v3/questionnaire |
Get a questionnaire by id or evaluate by data. |
GET /external/api/v3/questionnaire/getall?includeArchived={includeArchived} |
Get a list of all questionnaire names and the corresponding id. |
GET /external/api/v3/questionnaire/getQuestionnaireCompletionTime |
No documentation available. |
API | Description |
---|---|
GET /external/api/v3/rating |
Get ratings for approved customers. |
API | Description |
---|---|
GET /external/api/v3/review/getreactions |
Gets a list of review reactions. |
POST /external/api/v3/review/addreactions |
Add one or more review reactions. |
API | Description |
---|---|
GET /external/api/v3/role |
Get a list of all role names and the corresponding id. |
GET /external/api/v3/role?name={name} |
Get the id of a role by the role name. |
API | Description |
---|---|
POST /external/api/v3/url |
Get an URL for a questionnaire. |
POST /external/api/v3/url/GenerateLuckyURL |
No documentation available. |
API | Description |
---|---|
DELETE /external/api/v3/user?names={names} |
Delete users by username. |
GET /external/api/v3/user |
Get a list of all users and their roles. |
GET /external/api/v3/user?name={name} |
Get a single user by username. |
POST /external/api/v3/user |
Add a user. |
PUT /external/api/v3/user |
Update users. |