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

# Retrieve a group with specific ID

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

## Path parameters

- `objectId` integer, required

## Response `200`

Success

- UserGroup — User group information
  - `createdDate` integer — Created date in milliseconds
  - `lastModDate` integer — Last modified date
  - `id` integer — Group ID
  - `groupName` string, required — Group name
  - `userName` string — Group owner's username
  - `userId` integer — Group owner's user ID
  - `limitSharing` boolean — If true, this user can only share assets with members of this group
  - `accessLevel` integer — User's access level for this group (0=Admin, 1=Edit, 2=View)
  - `contentFilters` Filter[] — Group content filters
    - `fieldName` string, required — Filter field name. Either fieldName or fieldNames has to be not empty
    - `fieldNames` string[], required — Filter field names in case of tree filter. Either fieldName or fieldNames has to be not empty
    - `values` object[] — Filter values
    - `operator` string — Filter operator
    - `locked` boolean — Whether or not filter is locked (ie: not modifiable)
    - `requireValue` boolean — Whether or not filter requires value to be set
    - `enabled` boolean — Whether or not filter is enabled (default is true)
    - `controlType` string — Filter control type
    - `visible` boolean — Whether or not filter is visible (default is true)
    - `hitList` integer — Suggestion values dataset ID
    - `hitListLabel` string — Suggestion label field name of the hit list dataset
    - `hitListValue` string — Suggestion value field name of the hit list dataset
    - `filteringResult` boolean — Whether the filter should be applied before (false) or after (true) the widget data has been processed
    - `label` string — Display label for the filter
    - `or` boolean — Whether this filter is OR'd with the previous filter (for SQL parsing)
    - `description` string — Filter description
    - `dateLimit` string — Filter date limit
    - `dateLimitOptions` string — Filter date limit options (restriction and from token)
    - `displayValues` object[] — Custom display values
    - `plainControlType` string — Control type for plain text field type
    - `dynamic` boolean — Whether or not filter's value is automatically selected
    - `inclusiveTime` boolean — Whether time range filter is inclusive (includes exact start/end times, where start time is for Start Date and end time for End Date. UI tooltip: When checked, creates a single continuous time period from Start Date/Time to End Date/Time. When unchecked, applies the time range to each day separately (e.g., 9:00-17:00 every day within the date range).)

## 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)
