---
title: "View all Groups"
method: GET
path: "/v1/issuer/all_groups"
tags: ["Groups"]
deprecated: true
---

# View all Groups

`GET /v1/issuer/all_groups`

> **Deprecated.**

**DEPRECATED:** This endpoint is deprecated.

## Request body

- object
  - `name` string — Limit the list of Groups to those named with the given string.
  - `page_size` number — The pagination response size, defualt is 50.
  - `page` number — The pagination page.

## Response `200`

OK

- object
  - `groups` object[]
    - `id` number, required
    - `name` string, required
    - `course_description` string, required
    - `course_name` string, required
    - `learning_outcomes` unknown, required
    - `attach_pdf` boolean, required
    - `course_link` string, required
    - `language` string, required
    - `design_name` string, required
    - `updated_at` string, required
    - `created_at` string, required
    - `design_id` number, nullable, required
    - `blockchain` boolean, required
    - `certificate_design_id` number, nullable, required
    - `badge_design_id` number, nullable, required
    - `primary_design_id` number, nullable, required
    - `department_id` number, required
    - `meta_data` object, required
      - `course_id` string
    - `generate_private_credential` boolean, required
    - `auto_expiry` number, required
    - `signup_url_show` boolean, required
    - `signup_url` string, required
    - `course_link_show` boolean, required
    - `organization_link_show` boolean, required
    - `skill_category` object, required
      - `id` number
      - `name` string
  - `meta` object
    - `current_page` number
    - `next_page` number
    - `prev_page` unknown
    - `total_pages` number
    - `total_count` number

---

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