defaultRawScore
Get default raw score for a customer feedback form.
Arguments
Returns
IntThe Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
Possible Errors
Allowed Viewers
Required Permissions
Can submit customer feedbackQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Variables
{
"formId": 29049057
}
Response
{
"data": {
"defaultRawScore": 87
}
}