---
title: "Get all PWATemplates"
method: GET
path: "/api/v1/pwa_template"
tags: ["PWATemplate"]
---

# Get all PWATemplates

`GET /api/v1/pwa_template`

Get all PWATemplates

## Query parameters

- `template_owner` 'my' | 'public' | 'all'
- `page` integer
- `size` integer

## Response `200`

Successful Response

- PagedPWATemplate
  - `items` FullPWATemplateDTO[], required
    - `id` string, uuid, nullable — ID of the PWA
    - `pwaTemplateName` string, required
    - `media` AppDtoPwaTemplateDtoMediaDTO[], nullable — List of media resources associated with the PWA
      - `mediaUrl` string, nullable — URL to the media resource
      - `mediaType` string, nullable — Type of media (e.g., Image, Video)
      - `assetId` string, uuid, nullable — Media Library asset id backing this media
    - `logoUrl` string, nullable — URL of the logo
    - `backgroundUrl` string, nullable — URL of the background image
    - `logoAssetId` string, uuid, nullable — Media Library asset id behind the logo
    - `backgroundAssetId` string, uuid, nullable — Media Library asset id behind the background
    - `isPublic` boolean, nullable — Whether the template is public (true) or private (false)
    - `ownerCompanyUserId` string, uuid, nullable — ID of the company user who owns the template
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `pages` integer, required

## Other responses

- `422` — Validation Error

---

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