---
title: "GET /v1/admin/model-square/entry-slots"
method: GET
path: "/v1/admin/model-square/entry-slots"
tags: ["AdminModelSquareService"]
---

# GET /v1/admin/model-square/entry-slots

`GET /v1/admin/model-square/entry-slots`

ListEntrySlots 后台查询固定入口位配置列表（仅平台管理员）。
 ListEntrySlots lists fixed entry-slot config for the admin config page (platform admin only).

## Response `200`

OK

- ModelsquareV1ListEntrySlotsReply — ListEntrySlotsReply 后台固定入口位列表响应。/ Admin entry-slot list reply.
  - `items` ModelsquareV1EntrySlot[]
    - `createdAt` string, date-time
    - `creator` string
    - `description` string
    - `descriptionEn` string
    - `iconUrl` string
    - `id` integer
    - `jumpUrl` string
    - `slotName` string
    - `slotNo` integer
    - `status` integer — 状态：1 启用，0 禁用。/ Status: 1 enabled, 0 disabled.
    - `title` string
    - `titleEn` string
    - `updatedAt` string, date-time
    - `updater` string

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
