[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-02-25 UTC"],[[["Retrieves a specific insertion order belonging to a given advertiser using a GET request."],["Requires providing the advertiser ID and insertion order ID as path parameters in the request URL."],["Returns the details of the insertion order, including its properties and settings, in the response body if found."],["If the insertion order is not found, the API will return a `NOT_FOUND` error code."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document details how to retrieve an insertion order using a GET request. The request URL requires two path parameters: `advertiserId` and `insertionOrderId`, both of which are string-formatted 64-bit integers and are mandatory. The request body must be empty. A successful request returns an `InsertionOrder` instance in the response body; otherwise, `NOT_FOUND` will be returned. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]