Class FormsResource.ResponsesResource | Google.Apis.Forms.v1
Show / Hide Table of Contents

Class FormsResource.ResponsesResource

The "responses" collection of methods.

Inheritance
object
FormsResource.ResponsesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX