Org Unit
Authorizations
AuthorizationstringRequired
Bearer authentication
Responses
200
List of all ranks
application/json
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
409
The specified resource already exists
application/json
503
unexpected error
application/json
get/api/v1/org-unit/ranks
GET /api/v1/org-unit/ranks HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"ranks": [
{
"name": "Low",
"value": 100,
"isDefault": false
}
]
}Last updated