---
title: "Retrieve list of assets shared to a group with specific ID."
method: GET
path: "/api/2.0/groups/{objectId}/assets"
tags: ["Group Management API"]
---

# Retrieve list of assets shared to a group with specific ID.

`GET /api/2.0/groups/{objectId}/assets`

## Path parameters

- `objectId` integer, required

## Response `200`

Success

- GroupAsset[]
  - `name` string — Asset name
  - `accessLevel` integer — Asset access level
  - `objectId` integer — Asset ID
  - `objectType` integer — Asset type

## Other responses

- `401` — User is not authenticated
- `403` — User is not allowed to access this resource
- `500` — Error during processing

---

[API](https://skmtc.net/knowi/apis/user-management-api.md) · [All operations](https://skmtc.net/knowi/apis/user-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knowi/user-management-api/revisions/6e6982573ba6/schema)
