Forum Discussion

iahiqosolutions's avatar
12 years ago

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 ...
  • ChhamaJ's avatar
    ChhamaJ
    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.