Method: edits.images.list
همه تصاویر را فهرست می کند. پاسخ ممکن است خالی باشد.
درخواست HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
package Name | string نام بسته برنامه |
edit Id | string شناسه ویرایش |
language | string کد محلی سازی زبان (برچسب زبان BCP-47؛ به عنوان مثال، "de-AT" برای آلمانی اتریشی). باید یک لیست فروشگاه برای زبان مشخص شده وجود داشته باشد. |
image Type | enum ( AppImageType ) نوع تصویر ارائه یک نوع تصویر که به هیچ تصویری اشاره نمی کند، یک پاسخ خالی را نشان می دهد. |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
پاسخ لیست تمام تصاویر.
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی داده هایی با ساختار زیر است:
نمایندگی JSON |
---|
{
"images": [
{
object (Image )
}
]
} |
فیلدها |
---|
images[] | object ( Image ) همه تصاویر لیست شده |
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/androidpublisher
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-12-18 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-12-18 بهوقت ساعت هماهنگ جهانی."],[[["Lists all images for a specific app, edit, language, and image type."],["Requires providing package name, edit ID, language code, and image type in the request URL."],["The request body should be empty, and the response contains a list of images (which might be empty)."],["Requires authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This outlines the process of listing images for an Android app using an HTTP GET request. The request URL requires four path parameters: `packageName`, `editId`, `language`, and `imageType`. The request body must be empty. A successful response returns a JSON object containing an array of `images`. Each image's details are found within this array. This action requires the `https://www.googleapis.com/auth/androidpublisher` authorization scope. The documentation contains the types of the variables used.\n"]]