Skip to content

LegalOn API (0.9.0)

API documentation for LegalOn services

Servers
The server URL is `{api_base_url}/rest/v1`. You can construct the server URL using the value of `api_base_url` provided in the response when obtaining an access token.
https://{api_base_url_without_scheme}/rest/v1
Operations

User Groups

Operations about user group

Operations

Workspaces

Operations about workspace/folder

Operations

Departments

Operations about department

Operations

Request

Update the department

Security
OAuth2ClientCredentials
Path
department_idstring(uuid)required

Department ID

Bodyapplication/jsonrequired

Department update request

display_namestring[ 1 .. 100 ] charactersrequired

Department name

Responses

OK

Bodyapplication/json
department_idstring(uuid)required

Department Id

display_namestring[ 1 .. 100 ] charactersrequired

Department name

Response
application/json
{ "department_id": "76088fa5-1ce5-3ca9-303a-8466c48581ba", "display_name": "Legal Department" }

Request

Delete the department

Security
OAuth2ClientCredentials
Path
department_idstring(uuid)required

Department ID

Responses

No Content

Response
No content