gogol-dfareporting-0.0.1: Google DCM/DFA Reporting And Trafficking SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.DFAReporting.ChangeLogs.List

Contents

Description

Retrieves a list of change logs.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.changeLogs.list.

Synopsis

REST Resource

type ChangeLogsListResource = "dfareporting" :> ("v2.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("changeLogs" :> (QueryParams "userProfileIds" (Textual Int64) :> (QueryParam "objectType" ChangeLogsListObjectType :> (QueryParam "searchString" Text :> (QueryParams "ids" (Textual Int64) :> (QueryParam "action" ChangeLogsListAction :> (QueryParam "minChangeTime" Text :> (QueryParam "maxChangeTime" Text :> (QueryParam "pageToken" Text :> (QueryParams "objectIds" (Textual Int64) :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` ChangeLogsListResponse))))))))))))))) Source

A resource alias for dfareporting.changeLogs.list method which the ChangeLogsList request conforms to.

Creating a Request

changeLogsList Source

Creates a value of ChangeLogsList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

cllUserProFileIds :: Lens' ChangeLogsList [Int64] Source

Select only change logs with these user profile IDs.

cllObjectType :: Lens' ChangeLogsList (Maybe ChangeLogsListObjectType) Source

Select only change logs with the specified object type.

cllSearchString :: Lens' ChangeLogsList (Maybe Text) Source

Select only change logs whose object ID, user name, old or new values match the search string.

cllIds :: Lens' ChangeLogsList [Int64] Source

Select only change logs with these IDs.

cllProFileId :: Lens' ChangeLogsList Int64 Source

User profile ID associated with this request.

cllAction :: Lens' ChangeLogsList (Maybe ChangeLogsListAction) Source

Select only change logs with the specified action.

cllMinChangeTime :: Lens' ChangeLogsList (Maybe Text) Source

Select only change logs whose change time is before the specified minChangeTime.The time should be formatted as an RFC3339 date/time string. For example, for 10:54 PM on July 18th, 2015, in the America/New York time zone, the format is "2015-07-18T22:54:00-04:00". In other words, the year, month, day, the letter T, the hour (24-hour clock system), minute, second, and then the time zone offset.

cllMaxChangeTime :: Lens' ChangeLogsList (Maybe Text) Source

Select only change logs whose change time is before the specified maxChangeTime.The time should be formatted as an RFC3339 date/time string. For example, for 10:54 PM on July 18th, 2015, in the America/New York time zone, the format is "2015-07-18T22:54:00-04:00". In other words, the year, month, day, the letter T, the hour (24-hour clock system), minute, second, and then the time zone offset.

cllPageToken :: Lens' ChangeLogsList (Maybe Text) Source

Value of the nextPageToken from the previous result page.

cllObjectIds :: Lens' ChangeLogsList [Int64] Source

Select only change logs with these object IDs.

cllMaxResults :: Lens' ChangeLogsList (Maybe Int32) Source

Maximum number of results to return.