Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

iSpring Learn department API

Department operations

iSpring Learn department API is one of 20 APIs that iSpring Learn publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include department. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 8 operations across 5 paths, and defines 9 schemas. It is described by OpenAPI 3.0.0, at version 3.0.

Requests are made against a single base URL, https://api-learn.ispring.com.

8 operations 5 paths 9 schemas 1 DELETE2 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
3.0
Base URL
https://api-learn.ispringlearn.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

iSpring Learn department API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 1 DELETE, 2 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

department 8

Department operations

GET
/department
Get department list
GetDepartments 1 param → 200400401403
POST
/department
Add a new department
AddDepartment 4 params body → 201400401403
GET
/department/{departmentId}
Get department info
GetDepartment 1 param → 200400401403
POST
/department/{departmentId}
Update department
UpdateDepartment 1 param body → 204400401403
DELETE
/department/{departmentId}
Delete department
RemoveDepartment 1 param → 204400401403
POST
/department/{departmentId}/subordination
Change department subordination
ChangeDepartmentSubordination 1 param body → 204400401403
POST
/department/{departmentId}/user/move
Move users to department
MoveUsersToDepartment 1 param body → 204400401403404
POST
/department/{parentId}/department/move
Move departments to parent department
MoveDepartments 1 param body → 204400401403404

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Department (6 properties), UpdateDepartment (3 properties), NewDepartment (3 properties), Subordination (2 properties). Each schema is shown below with its type and property counts.

Subordination
object
2 properties 1 required
ChangeDepartmentSubordination
object
2 properties
MoveUsersToDepartment
object
1 property 1 required
ErrorResponse
object
2 properties 2 required
ArrayOfIds
array
NewDepartment
object
3 properties 2 required
UpdateDepartment
object
3 properties
Department
object
6 properties 4 required
MoveDepartments
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ispring-department-api-openapi.yml Raw ↑

Other APIs iSpring Learn publishes across the network.

iSpring Learn assignments API
iSpring Learn certificate API
iSpring Learn content API
iSpring Learn departments API
iSpring Learn enrollment API
iSpring Learn gamification API
iSpring Learn group API
iSpring Learn jobtraining API
iSpring Learn learning_track API
iSpring Learn performance-management API
iSpring Learn quizzes API
iSpring Learn report API