Skip to main content
GET
/
status-groups
/
read
Read status group by id
curl --request GET \
  --url https://api.obselite.com/v0/status-groups/read \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>",
  "key": "CYCLE",
  "organization": {},
  "teams": [
    {}
  ],
  "statuses": [
    {}
  ],
  "activities": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Query Parameters

filter
string

Encoded JSON to search and refine lists, see filtering

include
string

Available options: teams, statuses, activities

id
string<uuid>

Response

Successful response

id
string<uuid>
required

Status Group UUID

name
string
required
description
string | null
key
enum<string> | null
Available options:
CYCLE,
FEATURE,
ORGANIZATION,
PRODUCT,
PROJECT,
TEAM,
TECHNOLOGY,
TASK,
USER
organization
object | null

The organization that owns this status group, following the organization schema

teams
array
statuses
array
activities
array