Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists profile-user links for a given view (profile).
See: Google Analytics API Reference for analytics.management.profileUserLinks.list
.
- type ManagementProFileUserLinksListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("entityUserLinks" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] EntityUserLinks))))))))))))
- managementProFileUserLinksList :: Text -> Text -> Text -> ManagementProFileUserLinksList
- data ManagementProFileUserLinksList
- mpfullWebPropertyId :: Lens' ManagementProFileUserLinksList Text
- mpfullProFileId :: Lens' ManagementProFileUserLinksList Text
- mpfullAccountId :: Lens' ManagementProFileUserLinksList Text
- mpfullStartIndex :: Lens' ManagementProFileUserLinksList (Maybe Int32)
- mpfullMaxResults :: Lens' ManagementProFileUserLinksList (Maybe Int32)
REST Resource
type ManagementProFileUserLinksListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("entityUserLinks" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] EntityUserLinks)))))))))))) Source #
A resource alias for analytics.management.profileUserLinks.list
method which the
ManagementProFileUserLinksList
request conforms to.
Creating a Request
managementProFileUserLinksList Source #
:: Text | |
-> Text | |
-> Text | |
-> ManagementProFileUserLinksList |
Creates a value of ManagementProFileUserLinksList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementProFileUserLinksList Source #
Lists profile-user links for a given view (profile).
See: managementProFileUserLinksList
smart constructor.
Request Lenses
mpfullWebPropertyId :: Lens' ManagementProFileUserLinksList Text Source #
Web Property ID which the given view (profile) belongs to. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to.
mpfullProFileId :: Lens' ManagementProFileUserLinksList Text Source #
View (Profile) ID to retrieve the profile-user links for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to.
mpfullAccountId :: Lens' ManagementProFileUserLinksList Text Source #
Account ID which the given view (profile) belongs to.
mpfullStartIndex :: Lens' ManagementProFileUserLinksList (Maybe Int32) Source #
An index of the first profile-user link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
mpfullMaxResults :: Lens' ManagementProFileUserLinksList (Maybe Int32) Source #
The maximum number of profile-user links to include in this response.