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 |
Retrieves a MobileAppPanel that is available to the authenticated user.
See: Consumer Surveys API Reference for consumersurveys.mobileapppanels.get
.
Synopsis
- type MobileApppanelsGetResource = "consumersurveys" :> ("v2" :> ("mobileAppPanels" :> (Capture "panelId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] MobileAppPanel))))
- mobileApppanelsGet :: Text -> MobileApppanelsGet
- data MobileApppanelsGet
- magPanelId :: Lens' MobileApppanelsGet Text
REST Resource
type MobileApppanelsGetResource = "consumersurveys" :> ("v2" :> ("mobileAppPanels" :> (Capture "panelId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] MobileAppPanel)))) Source #
A resource alias for consumersurveys.mobileapppanels.get
method which the
MobileApppanelsGet
request conforms to.
Creating a Request
Creates a value of MobileApppanelsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data MobileApppanelsGet Source #
Retrieves a MobileAppPanel that is available to the authenticated user.
See: mobileApppanelsGet
smart constructor.
Instances
Request Lenses
magPanelId :: Lens' MobileApppanelsGet Text Source #
External URL ID for the panel.