Https://api.mypurecloud.com/api/v2/quality/forms/evaluation weightmode

For https://api.mypurecloud.com/api/v2/quality/forms/evaluation there is dimension weightmode. I have been unable to find documentation about what the dimension is, and what are the allowed values.

Could someone point me in the right direction of where I can find the definition, allowed values, and the definition of what those allowed values are?

"entities": [

{

    "id": <form-id>,

    "name": <form-name>,

    "modifiedDate": "2010-08-06T20:25:31.182Z",

    "published": false,

    "contextId": <id>,

    **"questionGroups": [],**

    "weightMode": "SCALED",

    "selfUri": "/api/v2/quality/forms/evaluations/<form-id>"

}

The property isn't currently publicly documented, therefore you shouldn't make use of it as it is not meant for external consumption and may change or be removed at any time without notice. However, the currently expected values are SCALED and OFF. I don't have any information about what it means though. If I get more information about the property, I'll post back here.

You can request that this property be publicly documented and share your use case at https://genesyscloud.ideas.aha.io/.

The property was missed in a release review and is intended to be public. It will be made pubilc soon. It maps to the setting in step 4 here: https://help.mypurecloud.com/articles/create-publish-evaluation-form/

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.