Questionnaire Responses REST Endpoints

Questionnaire Responses
The Questionnaire Responses resource manages the responses to a compliance checklist or a supplier qualification questionnaire. The questionnaire responses are stored in the same table as the questionnaire response headers. You must have the necessary roles and privileges to use this REST resource. For additional details, refer to the Privileges and Status Codes topics.
Get all questionnaire response records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/questionnaireResponses
Get one questionnaire response record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/questionnaireResponses/{QuestionnaireRespHeaderId}
Populate responses
Method: post
Path: /fscmRestApi/resources/11.13.18.05/questionnaireResponses/action/populateResponses
Update one questionnaire response record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/questionnaireResponses/{QuestionnaireRespHeaderId}