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.Filters.List

Contents

Description

Lists all filters for an account

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

Synopsis

REST Resource

type ManagementFiltersListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("filters" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` Filters)))))))) Source

A resource alias for analytics.management.filters.list method which the ManagementFiltersList request conforms to.

Creating a Request

managementFiltersList Source

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

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

Request Lenses

mflAccountId :: Lens' ManagementFiltersList Text Source

Account ID to retrieve filters for.

mflStartIndex :: Lens' ManagementFiltersList (Maybe Int32) Source

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

mflMaxResults :: Lens' ManagementFiltersList (Maybe Int32) Source

The maximum number of filters to include in this response.