gogol-analytics-0.0.1: Google Analytics SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Analytics.Management.AccountSummaries.List

Contents

Description

Lists account summaries (lightweight tree comprised of accounts/properties/profiles) to which the user has access.

See: Google Analytics API Reference for analytics.management.accountSummaries.list.

Synopsis

REST Resource

type ManagementAccountSummariesListResource = "analytics" :> ("v3" :> ("management" :> ("accountSummaries" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` AccountSummaries)))))) Source

A resource alias for analytics.management.accountSummaries.list method which the ManagementAccountSummariesList request conforms to.

Creating a Request

managementAccountSummariesList :: ManagementAccountSummariesList Source

Creates a value of ManagementAccountSummariesList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

maslStartIndex :: Lens' ManagementAccountSummariesList (Maybe Int32) Source

An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.

maslMaxResults :: Lens' ManagementAccountSummariesList (Maybe Int32) Source

The maximum number of account summaries to include in this response, where the largest acceptable value is 1000.