Copyright | (c) 2015 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 list of operating systems.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.operatingSystems.list
.
- type OperatingSystemsListResource = "dfareporting" :> ("v2.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("operatingSystems" :> (QueryParam "alt" AltJSON :> Get `[JSON]` OperatingSystemsListResponse)))))
- operatingSystemsList :: Int64 -> OperatingSystemsList
- data OperatingSystemsList
- oslProFileId :: Lens' OperatingSystemsList Int64
REST Resource
type OperatingSystemsListResource = "dfareporting" :> ("v2.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("operatingSystems" :> (QueryParam "alt" AltJSON :> Get `[JSON]` OperatingSystemsListResponse))))) Source
A resource alias for dfareporting.operatingSystems.list
method which the
OperatingSystemsList
request conforms to.
Creating a Request
Creates a value of OperatingSystemsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data OperatingSystemsList Source
Retrieves a list of operating systems.
See: operatingSystemsList
smart constructor.
Request Lenses
oslProFileId :: Lens' OperatingSystemsList Int64 Source
User profile ID associated with this request.