Class FormsResource.ResponsesResource
The "responses" collection of methods.
Inherited Members
Namespace: Google.Apis.Forms.v1
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class FormsResource.ResponsesResource
Constructors
ResponsesResource(IClientService)
Constructs a new resource.
Declaration
public ResponsesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string)
Get one response from the form.
Declaration
public virtual FormsResource.ResponsesResource.GetRequest Get(string formId, string responseId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | formId | Required. The form ID. |
| string | responseId | Required. The response ID within the form. |
Returns
| Type | Description |
|---|---|
| FormsResource.ResponsesResource.GetRequest |
List(string)
List a form's responses.
Declaration
public virtual FormsResource.ResponsesResource.ListRequest List(string formId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | formId | Required. ID of the Form whose responses to list. |
Returns
| Type | Description |
|---|---|
| FormsResource.ResponsesResource.ListRequest |