Fix score name value returned when querying "Change Score" activities in REST API

0 Likes

Fix score name value returned when querying "Change Score" activities in REST API

Today, when a Marketo user accesses the REST API and reads Activity ID #22 (Change Score), the primary attribute is called "Score Name".  This is defined as an integer. However, the integral value does not provide a match with other calls, like checking object fields.

 

If I look in the UI at a score activity, I can see that both a score ID attribute and score name attribute are logged:

 

score-name-score-id.png

 

As a result, I'm guessing there's been a slight error where Score ID is being retrieved instead of Score Name. Could this please be updated so the proper, resolvable value is passed? Otherwise, this forces solution providers to write manual workarounds.