Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> Toni Cebrián <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.AdExchangeBuyer.Marketplacenotes.List
Contents
Description
Get all the notes associated with a proposal
See: Ad Exchange Buyer API Reference for adexchangebuyer.marketplacenotes.list
.
Synopsis
- type AdExchangeBuyerMarketplacenotesListResource = "adexchangebuyer" :> ("v1.4" :> ("proposals" :> (Capture "proposalId" Text :> ("notes" :> (QueryParam "pqlQuery" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GetOrderNotesResponse))))))
- data AdExchangeBuyerMarketplacenotesList = AdExchangeBuyerMarketplacenotesList {
- pqlQuery :: Maybe Text
- proposalId :: Text
- newAdExchangeBuyerMarketplacenotesList :: Text -> AdExchangeBuyerMarketplacenotesList
Resource
type AdExchangeBuyerMarketplacenotesListResource = "adexchangebuyer" :> ("v1.4" :> ("proposals" :> (Capture "proposalId" Text :> ("notes" :> (QueryParam "pqlQuery" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GetOrderNotesResponse)))))) Source #
A resource alias for adexchangebuyer.marketplacenotes.list
method which the
AdExchangeBuyerMarketplacenotesList
request conforms to.
Constructing a Request
data AdExchangeBuyerMarketplacenotesList Source #
Get all the notes associated with a proposal
See: newAdExchangeBuyerMarketplacenotesList
smart constructor.
Constructors
AdExchangeBuyerMarketplacenotesList | |
Fields
|
Instances
newAdExchangeBuyerMarketplacenotesList Source #
Arguments
:: Text | The proposalId to get notes for. To search across all proposals specify order_id = '-' as part of the URL. See |
-> AdExchangeBuyerMarketplacenotesList |
Creates a value of AdExchangeBuyerMarketplacenotesList
with the minimum fields required to make a request.