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 |
Gets one video format by ID.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.videoFormats.get
.
Synopsis
- type VideoFormatsGetResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("videoFormats" :> (Capture "id" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] VideoFormat))))))
- videoFormatsGet :: Int64 -> Int32 -> VideoFormatsGet
- data VideoFormatsGet
- vfgProFileId :: Lens' VideoFormatsGet Int64
- vfgId :: Lens' VideoFormatsGet Int32
REST Resource
type VideoFormatsGetResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("videoFormats" :> (Capture "id" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] VideoFormat)))))) Source #
A resource alias for dfareporting.videoFormats.get
method which the
VideoFormatsGet
request conforms to.
Creating a Request
Creates a value of VideoFormatsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data VideoFormatsGet Source #
Gets one video format by ID.
See: videoFormatsGet
smart constructor.
Instances
Request Lenses
vfgProFileId :: Lens' VideoFormatsGet Int64 Source #
User profile ID associated with this request.