Hello,
When I add received-recommendations to my field selector, I get the following XML (relevant, anonymized, part copied below):
<recommendation>
<id>...</id>
<recommendation-type>
<code>colleague</code>
</recommendation-type>
<recommendation-text>bladiebla.</recommendation-text>
<recommender>
<id>...</id>
<first-name>D.</first-name>
<last-name>van W.</last-name>
</recommender>
</recommendation>
Is it possible to get more fields?
- I would like to know the position the recommendation belongs to
- I would like to know the "Top qualities" 3 fields
- I would like to get the date the recommendation was given
Is it possible to get this information using e.g. the profile API ?
Sincerely yours,
Thijs Cobben
TruQu - CTO
- Log in to post comments
Hi Cobben
can you please tell me who did you access recommendations programmatically ..
I tried search people api to fetch user complete information .. it return all info except recommendations..