---
title: "List HTML Mode delivery subdistricts"
method: GET
path: "/v3/pages/{page_unique_id}/locations/subdistricts"
tags: ["HTML Mode Pages"]
---

# List HTML Mode delivery subdistricts

`GET /v3/pages/{page_unique_id}/locations/subdistricts`

## Query parameters

- `city_id` union
  - integer
  - string
- `search` string

## Response `200`

Subdistrict list

- StorefrontLocationListResponse
  - `data` StorefrontLocation[], required
    - `id` integer, required
    - `subdistrict_name` string, required
    - `city_name` string, required
    - `province_name` string, required
    - `display` string, required
  - `is_paginated` boolean, required
  - `has_next` boolean
  - `has_previous` boolean
  - `next_cursor` string, nullable
  - `previous_cursor` string, nullable
  - `page_size` integer

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/4354959d76dc/schema)
