Hello,
I'm trying to retrieve all evaluation forms using the endpoint:
/api/v2/quality/forms/evaluations
However the questionGroups in the response for each evaluation form is empty.
If I make a call using:
/api/v2/quality/forms/evaluations/{formId}
Then I can see the questionGroups for each form.
Is there a way to get this output all in the one call? As far as I can see it should be included? I'm using the pythonSDK to make the calls if that makes any difference.