यूनियन पैरामीटर accessor. ज़रूरी है. यह बताता है कि अनुरोध किस DV360 इकाई के लिए किया जा रहा है. GET अनुरोध से सिर्फ़ वे कस्टम सूची इकाइयां दिखेंगी जिन्हें accessor में पहचानी गई DV360 इकाई ऐक्सेस कर सकती है. accessor इनमें से कोई एक हो सकता है:
[[["समझने में आसान है","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 custom list using its ID via a GET request."],["Requires specifying an advertiser ID to identify the DV360 entity for access control."],["Returns the details of the custom list if the request is successful and authorized."],["Utilizes gRPC Transcoding for URL syntax and necessitates an empty request body."],["Requires the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization."]]],["This document details how to retrieve a custom list using a GET request. The request URL requires the `customListId` as a path parameter. It also mandates the `accessor` union parameter, either `advertiserId`, as a query parameter to define the relevant DV360 entity. The request body must be empty. A successful request returns an instance of `CustomList` in the response body. The request requires `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]