Podio API Documentation
Grants: Get own grants on org
Returns all the grants for the current user on the given organization.
Usage
- PHP Client
-
PodioGrant.php
PodioGrant::get_own_on_org( $org_id );
Parameters
- org_id*
- Required.
Response
[
{
"grant_id": The id of the grant,
"ref": The object the grant is on
},
... (more grants)
]
Sandbox
Try the operation "/grant/org/{org_id}/own/"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