---
title: "Find groups in the organization of a certain type"
method: GET
path: "/v2/org/{orgId}/group/graph"
tags: ["group"]
---

# Find groups in the organization of a certain type

`GET /v2/org/{orgId}/group/graph`

## Path parameters

- `orgId` string, required

## Query parameters

- `start` string
- `depth` integer
- `groupApproxLimit` integer
- `jobLimit` integer
- `scenarioId` string
- `jobFilter` string
- `groupFilter` string
- `date` string, date
- `groupFields` string
- `jobFields` string
- `format` string
- `groupType` string
- `groupTypeId` string

## Response `200`

successful operation

- GroupGraphResults
  - `data` GroupGraphResult[], required
    - `group` object, required — group data
    - `jobs` object[], required — job data
    - `groupPositions` object[], required — positions available within the group
    - `parent` GroupParent
      - `id` string, required — globally unique id
      - `type` 'GROUP' | 'JOB', required — type of the parent
    - `underCount` GroupGraphCount, required
      - `jobCount` integer, required — number of jobs
      - `personCount` integer, required — number of persons
      - `groupCountByGroupTypeId` object, required — number of groups by group type id
      - `groupCount` integer, required — total number of groups
  - `nextId` string

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found
- `501` — not implemented

---

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