Skip to main content
GET
/
policies
Read policies
curl --request GET \
  --url https://api.obselite.com/v0/policies \
  --header 'Authorization: Bearer <token>'
{
  "cyclesEnabled": true,
  "featuresEnabled": true,
  "labelsEnabled": true,
  "languagesEnabled": true,
  "productsEnabled": true,
  "projectsEnabled": true,
  "statusGroupsEnabled": true,
  "technologiesEnabled": true,
  "tasksEnabled": true,
  "flatTeamsEnabled": true,
  "organization": {},
  "team": {},
  "activities": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Response

Successful response

cyclesEnabled
boolean
required
featuresEnabled
boolean
required
labelsEnabled
boolean
required
languagesEnabled
boolean
required
productsEnabled
boolean
required
projectsEnabled
boolean
required
statusGroupsEnabled
boolean
required
technologiesEnabled
boolean
required
tasksEnabled
boolean
required
flatTeamsEnabled
boolean
required
organization
object | null

The organization that owns this policy, following the organization schema

team
object | null

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

activities
array