Evaluation Answer ID's

Hello,

To score an evaluation using the PUT evaluation API, where can I get all of the ID's for each of the possible answers for an evaluation form?

If I use the GET Form API, the answer ID's are different from the answer ID's in a previously scored form and aren't accepted when using the PUT evaluation API.
So the only way I can see to get ID's that are accepted is to complete the form with answers through the UI, then use the GET evaluation API, rinse and repeat with all possible answers via the UI until you have manually collected all the answer Id's.

And if the form is republished then all the ID's are reset and you have to start over again.

Is there an easier way to get these ID's?

I'll answer my own question here, use GET
/api/v2/quality/publishedforms/evaluations/{formId} to get all the answer ID's for the latest version of the form

1 Like