---
title: "Get all Section List"
method: GET
path: "/philly"
tags: ["Section List"]
---

# Get all Section List

`GET /philly`

Return all the Section List

## Response `200`

successful operation

- Section[]
  - `adunit` string — Non null
  - `children` Section[]
  - `highlight` number — Non null, if highlight is 1, then the highlightOrder field should be sets
  - `highlightOrder` number — The sorting order for the highlight items
  - `image_url` string — Non null
  - `key` string — Non null and unique
  - `sort` number — Non null
  - `textOnly` string — Non null
  - `title` string — Non null

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/inquirer/apis/mobile-middleware.md) · [All operations](https://skmtc.net/inquirer/apis/mobile-middleware/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inquirer/mobile-middleware/revisions/b0608768680f/schema)
