---
title: "List all the material groups the user has access to"
method: GET
path: "/materialgroups"
tags: ["Materials"]
---

# List all the material groups the user has access to

`GET /materialgroups`

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

Ok

- object
  - `_links` CollectionLinks
    - `first` object
      - `href` string — First page of the collection.
    - `prev` object
      - `href` string — Previous page in the collection.
    - `self` object
      - `href` string — Current page of the collection.
    - `next` object
      - `href` string — Next page in the collection.
    - `last` object
      - `href` string — Last page of the collection.
  - `_meta` CollectionMeta
    - `total` integer — Total number of resources in the collection.
  - `_embedded` MaterialMaterialGroupResponse[]
    - `materialGroupId` string, required — The ID of the material group.
    - `parentId` string — The ID of parent of the material group.
    - `name` string, required — The name of the material group.
    - `groupType` 'SIMSCALE_DEFAULT' | 'USER_CUSTOM' | 'COMPANY_CUSTOM' — Indicates the owner of the material group. Default groups are provided and managed by SimScale. Custom groups can belong to a user or to a company/team.
    - `createdAt` string, date-time, required — The time the material group was created.
    - `modifiedAt` string, date-time, required — The time the material group was modified.
    - `metadata` object — Material group metadata.

---

[API](https://skmtc.net/simscale/apis/simscale-api.md) · [All operations](https://skmtc.net/simscale/apis/simscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simscale/simscale-api/revisions/53223abaceb7/schema)
