Method: orders.lines.get
Stay organized with collections
Save and categorize content based on your preferences.
Retrieves an individual line for an order.
- For example GET /v1beta1/orders/123/lines/321
HTTP request
GET https://dv360outofhomeseller.googleapis.com/v1beta1/{name=orders/*/lines/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
The field will contain name of the resource requested, for example: "orders/123/lines/321"
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Line
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/doubleclickbidmanager
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Retrieves a specific line item within a given order using a GET request."],["Requires the `https://www.googleapis.com/auth/doubleclickbidmanager` OAuth scope for authorization."],["The request URL structure follows the format: `https://dv360outofhomeseller.googleapis.com/v1beta1/{name=orders/*/lines/*}`, where `{name}` represents the order and line IDs."],["The response provides details about the requested line item in the form of a `Line` object."],["No request body is required for this operation."]]],["This document outlines the process of retrieving a specific order line via an HTTP GET request. The URL structure follows gRPC Transcoding syntax, requiring a resource name in the path (e.g., `orders/123/lines/321`). The request body must be empty. The response, if successful, returns a `Line` instance. Authorization mandates the `https://www.googleapis.com/auth/doubleclickbidmanager` OAuth scope. No data in request, only in the URL.\n"]]