Discussions
meta data
Can they provide us the Metadata for the application ?
Posted by Sara Walsh almost 4 years ago
No points based recognition options for users who have purchased points
Hello,
We have an integration with the v5 API in an internal hosted website. This integration is mainly used to post recognitions.
We are using the OPTIONS - api/v5/recognitions endpoint to retrieve the list of modules/criteria for a user (authenticated on their behalf). This user has a points-based recognition balance of 0, but has a large purchased-points balance. The recognitions OPTIONS call is not returning the points-based recognition module as an available recognition option, even though the user would be able to create this recognition in the RISE portal using their purchased points.
We would like to achieve parity in our internal website for recognition options. Is there a different method to return recognition options that takes purchased points into account?
Posted by Clayton Fetzer almost 2 years ago
Can you get "points to award" for a user via API call?
We are trying to create an Achievers integration that reminds users to award their available points to their teammates. However, it seems like there is no direct way to query the remaining points field (the /users call doesn't return this info).
Any pointers would be helpful!
Posted by Sam Brunaugh almost 2 years ago
Alternative API for Posting Recognitions
Hello,
We're creating an integration with the Achievers API and our automation platform. At the moment, we have a local account that can post recognitions successfully to the sandbox environment. Right now, the post looks like it is coming from this account.
For our purposes, we would like to change the nominator of the post to the name of the invidual using the automation platform.
We understand there is an existing API to request for authentication codes and access tokens that will have r/w access. We have been successful in generating those authentication credentials in order to post recognitions. However, we are looking for alternatives to post on behalf of someone.
Is there an alternative API for posting on behalf of someone from this local account?
Posted by Yazmin Reyes almost 2 years ago
Which Grant Type does the /upcoming-celebrations endpoint support?
I have been trying to hit this endpoint and keep getting a "Forbidden Request" response
Says the allowed scope is read, and the request scope is read?
Not sure why this is a forbidden request
Posted by Ray Medrano almost 2 years ago
Switching to latest v5 from v3
We currently using v3, what should we do to switch to v5?
Posted by jon about 5 years ago
Autentication
How am I supposed to get the Token to access the information on the API call?
Posted by Cicero Artifon over 4 years ago
Full Users List, Including Inactive Users
Hey everyone!
I am working with the API so far and am really liking all the documentation around it. I am working on building a custom dashboard for our stakeholders with the Achievers data and linking it with other HR data that we have. To be able to link the two data sets, I need a unique identifier for users so I am using email since the User ID in Relicnition is the the same as Employee ID. Thus, when I pull recognitions, I have to stitch the user id in the recognition with the user id in the users list and then stitch the email from the users list to the email in my other HR data. However, I noticed that pulling a users list, only returns enabled users, ie users currently at the company. This means that when an employee leaves, they are no longer in the user list and their recognition cannot be attributed with any data because there is no way to identify the user id.
Has anyone else experienced this issue? Are there any ideas or solutions to this? Seems like there should be a way to pull a list of ALL users who have been on the platform at all so that data can be attributed and stitched across time periods.
Posted by Carlos Rodriguez-Munoz about 1 year ago
Potential security threat when posting to api/v5/recognitions
I'm creating a .NET 5 application pointing at a sandbox environment. I have the authentication process completed successfully. I am able to retrieve a list of users and the options list for the recognitions endpoint. When attempting to POST a recognition to api/v5/recognitions, an html page is returned stating that a potential security threat has occurred and the recognition is not created. Can you share possible causes for this error and how to get around it?
Posted by Clayton Fetzer almost 2 years ago
Authentication error: arf_errors_v5_http_oauth_flow_not_supported
While posting to "oauth/v2/openIDConnectClient/token", I get an error description that says:
arf_errors_v5_http_oauth_flow_not_supported
What does this error mean and how can I fix it?
Addenum: I am using "grant_type": "client_credentials" in the body.
Posted by Jack S 8 months ago