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 the MobileAppPanels available to the authenticated user.
See: Consumer Surveys API Reference for consumersurveys.mobileapppanels.list
.
Synopsis
- type MobileApppanelsListResource = "consumersurveys" :> ("v2" :> ("mobileAppPanels" :> (QueryParam "token" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] MobileAppPanelsListResponse))))))
- mobileApppanelsList :: MobileApppanelsList
- data MobileApppanelsList
- malToken :: Lens' MobileApppanelsList (Maybe Text)
- malStartIndex :: Lens' MobileApppanelsList (Maybe Word32)
- malMaxResults :: Lens' MobileApppanelsList (Maybe Word32)
REST Resource
type MobileApppanelsListResource = "consumersurveys" :> ("v2" :> ("mobileAppPanels" :> (QueryParam "token" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] MobileAppPanelsListResponse)))))) Source #
A resource alias for consumersurveys.mobileapppanels.list
method which the
MobileApppanelsList
request conforms to.
Creating a Request
mobileApppanelsList :: MobileApppanelsList Source #
Creates a value of MobileApppanelsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data MobileApppanelsList Source #
Lists the MobileAppPanels available to the authenticated user.
See: mobileApppanelsList
smart constructor.