Get all questionnaires available for a relationship.
Returns every active organization-level questionnaire alongside its effective enabled state for the given relationship. A questionnaire is enabled for the relationship when it has been explicitly enabled via PUT /relationships/{id}/questionnaires, or when no relationship-level configuration exists and the questionnaire is enabled at the organization level.
Path Parameters
Response
OK
True if this questionnaire will be answered when an assessment is started for this relationship. Reflects relationship-level overrides, falling back to the organization-level enabled flag when no override exists.
If true, the questionnaire is answered by AI by default and is not sent to the vendor for manual response when assessing. It can still be explicitly selected for manual response by passing its id in the questionnaires field on the Start Assessment endpoint.