---
title: "Retrieve a group of assets by name"
method: GET
path: "/asset/forgroup/{name}"
tags: ["Asset"]
---

# Retrieve a group of assets by name

`GET /asset/forgroup/{name}`

Get all the assets in a group .

## Path parameters

- `name` string, required

## Response `200`

OK

- AssetGroupAssetList
  - `assets` AssetGroupAssetModel[]
    - `_id` string
    - `application` string
    - `metaData` object
      - `contentLength` number
      - `contentType` string
      - `originalFileName` string
    - `title` string
    - `key` string
    - `description` string
    - `button` object
      - `label` string
      - `action` string
    - `extra` unknown

## Changes

- **2020-03-11** `5ed31e104b6f` — 1 info
  - the endpoint scheme security `ApplicationSecret` was added to the API

[Change history](https://skmtc.dev/notificare/apis/notificare-cloud-api/changes/asset/forgroup/:name/get.md)

---

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