---
title: "GET /tools/collection/{id}/banner/all"
method: GET
path: "/tools/collection/{id}/banner/all"
tags: ["tools"]
---

# GET /tools/collection/{id}/banner/all

`GET /tools/collection/{id}/banner/all`

## Path parameters

- `id` integer, required

## Response `200`

OK

- PagedListBannerDTO
  - `totalItemsCount` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `items` BannerDTO[]
    - `bannerId` integer
    - `playlistId` integer
    - `title` string
    - `description` string
    - `type` integer
    - `displayOrder` integer
    - `hasPlayer` boolean
    - `isActive` boolean
    - `applicationId` integer
    - `collectionId` integer
    - `image` ImageDTO
      - `fileId` string, uuid
      - `isTemp` boolean
      - `filename` string
      - `externalUrl` string
      - `lastUpdateDate` string, date-time
  - `additionalCounters` object

---

[API](https://skmtc.net/revelator/apis/revelator-api.md) · [All operations](https://skmtc.net/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/9bb4b5cb4dc2/schema)
