Skip to main content

get_response

Function get_response 

Source
pub async fn get_response(
    client: &Client,
    access_token: &str,
    form_id: &str,
    response_id: &str,
) -> Result<FormResponse, FormsError>
Expand description

Fetch a single form response by its response ID.

Uses: GET https://forms.googleapis.com/v1/forms/{formId}/responses/{responseId}