Parameter union accessor. Wajib. Mengidentifikasi entitas DV360 tempat permintaan dibuat. Permintaan GET hanya akan menampilkan entity daftar kustom yang dapat diakses oleh entity DV360 yang diidentifikasi dalam accessor. accessor hanya dapat berupa salah satu dari hal berikut:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]