core_v2_userAchievement.Get() TypeError

I am trying to create a an Achievement automation that applies points and a achievement based on some conditions. I am triggering the automation on the ForumThread.AfterCreate API Event. I am trying to check if the user has the automation by calling the following:

core_v2_userAchievement.Get('0c007d04-f6e3-476b-b1f3-f0d61f407a4b', 85429);

However I am getting the following error: TypeError: No public methods with the specified arguments were found.

I tried debugging to see if other methods would work; and they do. I get the proper response when calling this:

return core_v2_userAchievement.List(85429);

Parents Reply Children