Skip to main content
GET
/
configuration
Read configuration
curl --request GET \
  --url https://api.obselite.com/v0/configuration \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "automaticPrioritization": true,
  "maximumAssignees": 123,
  "prioritizationLabels": [
    "<string>"
  ],
  "prioritizationLevels": [
    123
  ],
  "organization": {},
  "team": {},
  "activities": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Response

Successful response

id
string<uuid>
required

Configuration UUID

automaticPrioritization
boolean
required
maximumAssignees
integer
required
prioritizationLabels
string[]
required
prioritizationLevels
integer[]
required
organization
object | null

The organization that owns this configuration, following the organization schema

team
object | null

The team that this configuration is associated with, following the team schema

activities
array