iahiqosolutions
12 years agoAdvisor
Time at which the user gave the kudo via rest API.
Hello guys. I need to get time at which the user gave the kudo via rest API. I have found object KudoUserWeightAndTime (KudoUserWeightAndTime.html), which contains Time field: "date_time - the ...
- 12 years agoThe time is included in the response only if response style is "all". So you could use something like this
http://community.lithium.com/community-name/restapi/vc/messages/id/1271/kudos/givers/recent?restapi.response_style=all
Regards,
Chhama - 12 years ago
I could not find a link, but this is what I could find in the code
Query Parameter restapi.response_style
If a request specifies the parameter restapi.response_style, the response will include/exclude specific types of attributes. Possible values include
Possible Value Description
data Only the data is included in the response
view View representations of the data are also included in the response.orbit Response is formatted as required by orbit service
cic Fields required by the CIC
all Response contains all fields that have been added as part of the response,including those that have been added after the reponse was first added to the Rest Api.