For the complete documentation index, see llms.txt. This page is also available as Markdown.

Org unit

Org unit.

Get priorities

get

Get priorities

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
200

List of all priorities

application/json
get/api/v1/org-unit/priorities
GET /api/v1/org-unit/priorities HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "priorities": [
    {
      "name": "Low",
      "value": 100,
      "isDefault": false
    }
  ]
}

Last updated