Venminder (Digital Comply) Questionnaire API
The Questionnaire API from Venminder (Digital Comply) — 4 operation(s) for questionnaire.
The Questionnaire API from Venminder (Digital Comply) — 4 operation(s) for questionnaire.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/venminder-digital-comply-questionnaire-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Venminder OpenApi BusinessUnit Questionnaire API
version: v1
servers:
- url: https://rsd.venminder.com
description: Base URL declared by the provider in apis.yml (roadmap#122).
security:
- Bearer: []
tags:
- name: Questionnaire
paths:
/api/v1/Questionnaire/GetResponses:
post:
tags:
- Questionnaire
summary: Provides a list of questionnaire responses.
description: Provides a list of questionnaire responses. The returned list can be limited based on the status, sent date, deadline, and/or completed date of the questionnaire response. Information will include vendor name, product name, status, date sent…
parameters:
- name: cultureCode
in: header
description: ''
schema:
type: string
requestBody:
description: ''
content:
application/json-patch+json:
schema:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireFilterJsonRequest'
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireFilterJsonRequest'
text/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireFilterJsonRequest'
application/*+json:
schema:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireFilterJsonRequest'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireFilterJsonRequest'
text/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireFilterJsonRequest'
application/*+xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireFilterJsonRequest'
responses:
'200':
description: Returns list
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireResponse'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireResponse'
'400':
description: If the filter request is invalid
content:
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
'403':
description: If API user's does not have read permission.
content:
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
/api/v1/Questionnaire/QuestionnaireLibrary:
get:
tags:
- Questionnaire
summary: Provides a list of questionnaires in the library.
description: Provides a list of questionnaires in the questionnaire library.
parameters:
- name: cultureCode
in: header
schema:
type: string
responses:
'200':
description: Returns list
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireLibraryData'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireLibraryData'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
'403':
description: If Vendor Questionnaire feature is disabled for financial Instituion or API user does not have read permission.
content:
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
/api/v1/Questionnaire/Download:
get:
tags:
- Questionnaire
summary: Provides a service to download a questionnaire.
description: Provides a service to download a questionnaire and documents attached to it as a zip to a local folder.
parameters:
- name: questionnaireRequestKey
in: query
schema:
type: string
responses:
'200':
description: OK
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
/api/v1/Questionnaire/GetResponse:
get:
tags:
- Questionnaire
summary: Provides detailed information about a specific questionnaire.
description: Provides detailed information about a specific questionnaire. This includes the vendor, product, recipient, questions, answers, scoring (if applicable),…
parameters:
- name: questionnaireRequestKey
in: query
description: ''
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireWithScore'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireWithScore'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
components:
schemas:
OpenApi.v1.Questionnaire.SectionWithScore:
title: OpenApi.v1.Questionnaire.SectionWithScore
type: object
properties:
questions:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionWithScore'
name:
type:
- string
- 'null'
sectionRiskLevel:
type:
- string
- 'null'
sectionScore:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.ScoreValues'
additionalProperties: false
xml:
name: Questionnaire.SectionWithScore
OpenApi.v1.ErrorResponse:
title: OpenApi.v1.ErrorResponse
type: object
properties:
statusCode:
type: integer
format: int32
errors:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/OpenApi.v1.ErrorResource'
additionalProperties: false
xml:
name: ErrorResponse
OpenApi.v1.Questionnaire.QuestionnaireFilterJsonRequest:
title: OpenApi.v1.Questionnaire.QuestionnaireFilterJsonRequest
type: object
properties:
searchText:
type:
- string
- 'null'
status:
type:
- string
- 'null'
sentDate:
type:
- string
- 'null'
deadline:
type:
- string
- 'null'
completedDate:
type:
- string
- 'null'
additionalProperties: false
xml:
name: Questionnaire.QuestionnaireFilterJsonRequest
OpenApi.v1.Questionnaire.QuestionnaireWithScore:
title: OpenApi.v1.Questionnaire.QuestionnaireWithScore
type: object
properties:
vendorKey:
type:
- string
- 'null'
productKey:
type:
- string
- 'null'
isCritical:
type: boolean
lifeCycleStage:
type:
- string
- 'null'
questionnaireRequestKey:
type:
- string
- 'null'
recipientKey:
type:
- string
- 'null'
recipientName:
type:
- string
- 'null'
dateSent:
type: string
format: date-time
deadline:
type: string
format: date-time
dateReceived:
type: string
format: date-time
overallScore:
type:
- string
- 'null'
overallPoints:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.ScoreValues'
sections:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.SectionWithScore'
additionalProperties: false
xml:
name: Questionnaire.QuestionnaireWithScore
OpenApi.v1.Questionnaire.QuestionScore:
title: OpenApi.v1.Questionnaire.QuestionScore
type: object
properties:
appliedPoints:
type: integer
format: int32
maxPoints:
type: integer
format: int32
additionalProperties: false
xml:
name: Questionnaire.QuestionScore
OpenApi.v1.Questionnaire.AvailableResponse:
title: OpenApi.v1.Questionnaire.AvailableResponse
type: object
properties:
response:
type:
- string
- 'null'
points:
type:
- string
- 'null'
additionalProperties: false
xml:
name: Questionnaire.AvailableResponse
OpenApi.v1.ErrorResource:
title: OpenApi.v1.ErrorResource
type: object
properties:
resourceKey:
type:
- string
- 'null'
resourceValue:
type:
- string
- 'null'
field:
type:
- string
- 'null'
additionalProperties: false
xml:
name: ErrorResource
OpenApi.v1.Questionnaire.ScoreValues:
title: OpenApi.v1.Questionnaire.ScoreValues
type: object
properties:
numerator:
type: integer
format: int32
denominator:
type: integer
format: int32
score:
type:
- number
- 'null'
format: double
additionalProperties: false
xml:
name: Questionnaire.ScoreValues
OpenApi.v1.Questionnaire.QuestionWithScore:
title: OpenApi.v1.Questionnaire.QuestionWithScore
type: object
properties:
question:
type:
- string
- 'null'
questionNumber:
type:
- string
- 'null'
serialNumber:
type:
- string
- 'null'
questionScore:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionScore'
answer:
type:
- string
- 'null'
isIssueCreated:
type: boolean
recipientAttachmentKeys:
type:
- array
- 'null'
items:
type: string
availableResponses:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.AvailableResponse'
additionalComments:
type:
- string
- 'null'
childQuestions:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionWithScore'
additionalProperties: false
xml:
name: Questionnaire.QuestionWithScore
OpenApi.v1.Questionnaire.QuestionnaireLibraryData:
title: OpenApi.v1.Questionnaire.QuestionnaireLibraryData
type: object
properties:
questionnaireKey:
type:
- string
- 'null'
name:
type:
- string
- 'null'
type:
type:
- string
- 'null'
createdByKey:
type:
- string
- 'null'
createdBy:
type:
- string
- 'null'
createdDate:
type:
- string
- 'null'
format: date-time
lastUsedDate:
type:
- string
- 'null'
format: date-time
status:
type:
- string
- 'null'
versionID:
type:
- string
- 'null'
version:
type:
- string
- 'null'
additionalProperties: false
xml:
name: Questionnaire.QuestionnaireLibraryData
OpenApi.v1.Questionnaire.QuestionnaireRequestEmailLog:
title: OpenApi.v1.Questionnaire.QuestionnaireRequestEmailLog
type: object
properties:
sentToKey:
type:
- string
- 'null'
sentToAddress:
type:
- string
- 'null'
sentDate:
type: string
format: date-time
emailTemplate:
type:
- string
- 'null'
copiedToKeys:
type:
- array
- 'null'
items:
type: string
copiedToAddresses:
type:
- array
- 'null'
items:
type: string
additionalProperties: false
xml:
name: Questionnaire.QuestionnaireRequestEmailLog
OpenApi.v1.Questionnaire.QuestionnaireResponse:
title: OpenApi.v1.Questionnaire.QuestionnaireResponse
type: object
properties:
questionnaireRequestKey:
type:
- string
- 'null'
vendorKey:
type:
- string
- 'null'
productKey:
type:
- string
- 'null'
questionnaireKey:
type:
- string
- 'null'
sentToKey:
type:
- string
- 'null'
sentTo:
type:
- string
- 'null'
sentByKey:
type:
- string
- 'null'
sentBy:
type:
- string
- 'null'
sentDate:
type:
- string
- 'null'
format: date-time
deadlineDate:
type:
- string
- 'null'
format: date-time
percentageAnswered:
type:
- integer
- 'null'
format: int32
answeredDate:
type:
- string
- 'null'
format: date-time
percentageComplete:
type:
- integer
- 'null'
format: int32
status:
type:
- string
- 'null'
completedDate:
type:
- string
- 'null'
format: date-time
canceledDate:
type:
- string
- 'null'
format: date-time
changeLogs:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.ChangeLog'
emailLogs:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/OpenApi.v1.Questionnaire.QuestionnaireRequestEmailLog'
lifeCycleStage:
type:
- string
- 'null'
additionalProperties: false
xml:
name: Questionnaire.QuestionnaireResponse
OpenApi.v1.Questionnaire.ChangeLog:
title: OpenApi.v1.Questionnaire.ChangeLog
type: object
properties:
date:
type: string
format: date-time
typeID:
type: integer
format: int32
lastUpdatedByKey:
type:
- string
- 'null'
lastUpdatedByName:
type:
- string
- 'null'
newAssigned:
type:
- string
- 'null'
previousAssigned:
type:
- string
- 'null'
declinedComments:
type:
- string
- 'null'
lastUpdatedDate:
type: string
format: date-time
oldDeadline:
type:
- string
- 'null'
format: date-time
newDeadline:
type:
- string
- 'null'
format: date-time
additionalProperties: false
xml:
name: Questionnaire.ChangeLog
securitySchemes:
Bearer:
type: apiKey
description: Please insert access token with Bearer into field eg. Bearer eyJhbGciOiJSUzI1Ni and click authorize.
name: Authorization
in: header