Podio API Documentation
Ratings: Get rating own
Returns the active users rating value for the given rating type and object.
Usage
- PHP Client
-
PodioRating.php
PodioRating::get_own_for_type( $ref_type, $ref_id, $rating_type );
- Ruby Gem
-
rating.rb
Podio::Rating.find_own( ref_type, ref_id, rating_type )
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
- rating_type*
- 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}/self"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