This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.
Resource types
MobileAppPanels
For MobileAppPanels Resource details, see the resource representation page.
| Method | HTTP request | Description |
|---|---|---|
| URIs relative to https://www.googleapis.com/surveys/v2, unless otherwise noted | ||
| get |
GET /mobileAppPanels/panelId
|
Retrieves a MobileAppPanel that is available to the authenticated user. |
| list |
GET /mobileAppPanels
|
Lists the MobileAppPanels available to the authenticated user. |
| update |
PUT /mobileAppPanels/panelId
|
Updates a MobileAppPanel. Currently the only property that can be updated
is the owners property.
|
Results
For Results Resource details, see the resource representation page.
| Method | HTTP request | Description |
|---|---|---|
| URIs relative to https://www.googleapis.com/surveys/v2, unless otherwise noted | ||
| get |
GET /surveys/surveyUrlId/results
|
Retrieves any survey results that have been produced so far. Results are formatted as an Excel file. You must add "?alt=media" to the URL as an argument to get results. |
Surveys
For Surveys Resource details, see the resource representation page.
| Method | HTTP request | Description |
|---|---|---|
| URIs relative to https://www.googleapis.com/surveys/v2, unless otherwise noted | ||
| delete |
DELETE /surveys/surveyUrlId
|
Removes a survey from view in all user GET requests. |
| get |
GET /surveys/surveyUrlId
|
Retrieves information about the specified survey. |
| insert |
POST /surveys
|
Creates a survey. |
| list |
GET /surveys
|
Lists the surveys owned by the authenticated user. |
| start |
POST /surveys/resourceId/start
|
Begins running a survey. |
| stop |
POST /surveys/resourceId/stop
|
Stops a running survey. |
| update |
PUT /surveys/surveyUrlId
|
Updates a survey. Currently the only property that can be updated is the
owners property.
|
