Showcase relies on DoYouBuzz to manage user CV, employment preferences and other datas.
The Showcase API provides a Proxy, which is a convenient way to access the DoYouBuzz API. Under the hood, the Proxy checks that the user has authorized your DoYouBuzz Showcase to access his datas.
GET http://showcase.doyoubuzz.com/api/v1/dyb/<method>
+ mandatory parameters for authentication
The following methods in the DoYouBuzz API are available through the Proxy :
Name on DoYouBuzz | Full Showcase API URL |
---|---|
/user | https://showcase.doyoubuzz.com/api/v1/dyb/user |
/cv | https://showcase.doyoubuzz.com/api/v1/dyb/cv |
dyb/cv/:id/display/* | https://showcase.doyoubuzz.com/api/v1/dyb/cv/:id/display/* |
/employmentpreferences | https://showcase.doyoubuzz.com/api/v1/dyb/employmentpreferences |
/metadatas | https://showcase.doyoubuzz.com/api/v1/dyb/metadatas |
/app/lastupdate | https://showcase.doyoubuzz.com/api/v1/dyb/users/lastupdate |
The proxy adds an additional "isIdOrigin" parameter on some of the DoYouBuzz API methods. If set to "1", this parameters indicates the ID you are sending to the method is the ID on your system. It works only if you have setup a SSO in your Showcase accounct. The isOriginId parameter works on the following DoYouBuzz API methods :