In some cases, all you need is to display a person’s past reviews or objectives quickly, without having to do much work. We provide basic iFrame content that helps you do just that.
How the integration works
To display Small Improvement information in your application, just embed the right URL on a page using an iframe—more information in the following sections.
To integrate the user’s objectives, reviews or 360 feedback, use these URL:
https://www.small-improvements.com/overview/userObjectives
https://www.small-improvements.com/overview/userPerformanceReviews
https://www.small-improvements.com/overview/userFeedbacks
If you use the URLS without parameters, they will display the objectives or reviews of the currently logged in user. To display another user’s data, you can use one of the following parameters.
Parameter | Sample content | Description |
userid | gh2hEL6XSVWrXeO*H0I3NA | Use this parameter to get the objectives of a given user. The ID is the internal ID of Small Improvements |
bambooid | 40230 | Alternative to the userid. For those of you using Bamboo HR, you can use the user ID of Bamboo HR to get the objectives. Of course, you need to have Bamboo HR and Small Improvements connected. |
loginname | Another alternative to the userid. This is the email address used by the user to log in Small Improvements. |
Examples
Use the iframe HTML element to embed it somewhere in your page.
<iframe src="https://www.small-improvements.com/overview/userObjectives" width="930" height="100%" frameborder="0"><br> <p>Your browser does not support iframes.</p><br></iframe>
To get the content of a specific user, replace the URL with something like this:
https://www.small-improvements.com/overview/userObjectives?userid=gh2hEL6XSVWrXeO*H0I3NA
or
https://www.small-improvements.com/overview/userObjectives?bambooid=40324
or
https://www.small-improvements.com/overview/[email protected]
About the user ID
You can get the user ID with the JSON API or by exporting the company directory. You can also find it by going to the profile page of the user profile page and looking at the URL.