Skip to main content
GET
/
itsm
/
groups
/
{group_id}
Get ITSM Group by ID
curl --request GET \
  --url https://api.leen.dev/v1/itsm/groups/{group_id} \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-CONNECTION-ID: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>",
  "status": "<string>",
  "vendor_attributes": {
    "id": "<string>",
    "vendor": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "data": {
      "vendor": "JIRA"
    }
  }
}

Authorizations

X-CONNECTION-ID
string
header
required
X-API-KEY
string
header
required

Path Parameters

group_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required

Leen's UUID for the Group

name
string
required

Name of the Group

description
string
required

Description of the Group

status
string
required

Status of the Group (e.g., ACTIVE, INACTIVE, DELETED)

vendor_attributes
object
required

Vendor-specific attributes of the Group