|
| virtual string | StudentId [get] |
| | The student whose guardian is being requested. One of the following: More...
|
| |
| virtual string | GuardianId [get] |
| | The id field from a Guardian. More...
|
| |
| override string | MethodName [get] |
| | summary>Gets the HTTP method. More...
|
| |
| override string | HttpMethod [get] |
| | summary>Gets the REST path. More...
|
| |
|
override string | RestPath [get] |
| |
| virtual System.Nullable< XgafvEnum > | Xgafv [get, set] |
| | V1 error format. More...
|
| |
| virtual string | AccessToken [get, set] |
| | OAuth access token. More...
|
| |
| virtual System.Nullable< AltEnum > | Alt [get, set] |
| | Data format for response. More...
|
| |
| virtual string | Callback [get, set] |
| | JSONP More...
|
| |
| virtual string | Fields [get, set] |
| | Selector specifying which fields to include in a partial response. More...
|
| |
| virtual string | Key [get, set] |
| | API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. More...
|
| |
| virtual string | OauthToken [get, set] |
| | OAuth 2.0 token for the current user. More...
|
| |
| virtual System.Nullable< bool > | PrettyPrint [get, set] |
| | Returns response with indentations and line breaks. More...
|
| |
| virtual string | QuotaUser [get, set] |
| | Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. More...
|
| |
| virtual string | UploadType [get, set] |
| | Legacy upload protocol for media (e.g. "media", "multipart"). More...
|
| |
| virtual string | UploadProtocol [get, set] |
| | Upload protocol for media (e.g. "raw", "multipart"). More...
|
| |
Returns a specific guardian.
This method returns the following error codes:
PERMISSION_DENIED if no user that matches the provided student_id is visible to the requesting user, if the requesting user is not permitted to view guardian information for the student identified by the student_id, if guardians are not enabled for the domain in question, or for other access errors. * INVALID_ARGUMENT if a student_id is specified, but its format cannot be recognized (it is not an email address, nor a student_id from the API, nor the literal string me). * NOT_FOUND if the requesting user is permitted to view guardians for the requested student_id, but no Guardian record exists for that student that matches the provided guardian_id.