Podio API Documentation
Grants: Get grants on object
Returns the grants on the given object
Usage
- PHP Client
-
PodioGrant.php
PodioGrant::get_for( $ref_type, $ref_id );
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
Response
[
{
"grant_id": The id of the grant,
"user": The profile of the user the grant was given to
{
"profile_id": The id of the profile,
... (more attributes)
}
},
... (more grants)
]
Sandbox
Try the operation "/grant/{ref_type}/{ref_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