Podio API Documentation
Ratings: Get rating
Returns the rating value for the given rating type, object and user.
Usage
- PHP Client
-
PodioRating.php
PodioRating::get_for_type_and_user( $ref_type, $ref_id, $rating_type, $user_id );
- Ruby Gem
-
rating.rb
Podio::Rating.find( ref_type, ref_id, rating_type, user_id )
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
- rating_type*
- Required.
- user_id*
- Required.
Response
{
"value": The value of the rating. See area for more information of the possible values
}
Sandbox
Try the operation "/rating/{ref_type}/{ref_id}/{rating_type}/{user_id}"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here