google_api_consumer_surveys v0.0.1 GoogleApi.ConsumerSurveys.V2.Api.Mobileapppanels View Source
API calls for all endpoints tagged Mobileapppanels
.
Link to this section Summary
Functions
Retrieves a MobileAppPanel that is available to the authenticated user
Lists the MobileAppPanels available to the authenticated user
Updates a MobileAppPanel. Currently the only property that can be updated is the owners property
Link to this section Functions
consumersurveys_mobileapppanels_get(Tesla.Env.client, String.t, keyword) :: {:ok, GoogleApi.ConsumerSurveys.V2.Model.MobileAppPanel.t} | {:error, Tesla.Env.t}
Retrieves a MobileAppPanel that is available to the authenticated user.
Parameters
- connection (GoogleApi.ConsumerSurveys.V2.Connection): Connection to server
- panel_id (String): External URL ID for the panel.
opts (KeywordList): [optional] Optional parameters
- :alt (String): Data format for the response.
- :fields (String): Selector specifying which fields to include in a partial response.
- :key (String): 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.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :quota_user (String): 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. Overrides userIp if both are provided.
- :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
Returns
{:ok, %GoogleApi.ConsumerSurveys.V2.Model.MobileAppPanel{}} on success {:error, info} on failure
consumersurveys_mobileapppanels_list(Tesla.Env.client, keyword) :: {:ok, GoogleApi.ConsumerSurveys.V2.Model.MobileAppPanelsListResponse.t} | {:error, Tesla.Env.t}
Lists the MobileAppPanels available to the authenticated user.
Parameters
- connection (GoogleApi.ConsumerSurveys.V2.Connection): Connection to server
opts (KeywordList): [optional] Optional parameters
- :alt (String): Data format for the response.
- :fields (String): Selector specifying which fields to include in a partial response.
- :key (String): 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.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :quota_user (String): 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. Overrides userIp if both are provided.
- :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- :max_results (Integer):
- :start_index (Integer):
- :token (String):
Returns
{:ok, %GoogleApi.ConsumerSurveys.V2.Model.MobileAppPanelsListResponse{}} on success {:error, info} on failure
consumersurveys_mobileapppanels_update(Tesla.Env.client, String.t, keyword) :: {:ok, GoogleApi.ConsumerSurveys.V2.Model.MobileAppPanel.t} | {:error, Tesla.Env.t}
Updates a MobileAppPanel. Currently the only property that can be updated is the owners property.
Parameters
- connection (GoogleApi.ConsumerSurveys.V2.Connection): Connection to server
- panel_id (String): External URL ID for the panel.
opts (KeywordList): [optional] Optional parameters
- :alt (String): Data format for the response.
- :fields (String): Selector specifying which fields to include in a partial response.
- :key (String): 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.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :quota_user (String): 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. Overrides userIp if both are provided.
- :user_ip (String): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- :body (MobileAppPanel):
Returns
{:ok, %GoogleApi.ConsumerSurveys.V2.Model.MobileAppPanel{}} on success {:error, info} on failure