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 |
List uploads to which the user has access.
See: Google Analytics API Reference for analytics.management.uploads.get
.
Synopsis
- type ManagementUploadsGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("customDataSources" :> (Capture "customDataSourceId" Text :> ("uploads" :> (Capture "uploadId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Upload)))))))))))
- managementUploadsGet :: Text -> Text -> Text -> Text -> ManagementUploadsGet
- data ManagementUploadsGet
- mugWebPropertyId :: Lens' ManagementUploadsGet Text
- mugCustomDataSourceId :: Lens' ManagementUploadsGet Text
- mugAccountId :: Lens' ManagementUploadsGet Text
- mugUploadId :: Lens' ManagementUploadsGet Text
REST Resource
type ManagementUploadsGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("customDataSources" :> (Capture "customDataSourceId" Text :> ("uploads" :> (Capture "uploadId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Upload))))))))))) Source #
A resource alias for analytics.management.uploads.get
method which the
ManagementUploadsGet
request conforms to.
Creating a Request
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> ManagementUploadsGet |
Creates a value of ManagementUploadsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementUploadsGet Source #
List uploads to which the user has access.
See: managementUploadsGet
smart constructor.
Instances
Request Lenses
mugWebPropertyId :: Lens' ManagementUploadsGet Text Source #
Web property Id for the upload to retrieve.
mugCustomDataSourceId :: Lens' ManagementUploadsGet Text Source #
Custom data source Id for upload to retrieve.
mugAccountId :: Lens' ManagementUploadsGet Text Source #
Account Id for the upload to retrieve.
mugUploadId :: Lens' ManagementUploadsGet Text Source #
Upload Id to retrieve.