You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Definition

Department API can perform functions to interact or exchange data for Department.


NameDescription
1

Add department

Add a new department.

Name

Description
URL/department
HTTP MethodPOST
Query String Parameters




Sample Response

2

Delete department

Delete a department via department ID.

Name

Description
URL/department/{id}
HTTP MethodDELETE
Query String Parameters




Sample Response

3

Find department

Gets all departments from all organizations by default.

Able to filter or sort the returned results via parameters.

Name

Description
URL/department/find
HTTP MethodGET
Query String Parameters




Sample Response

4

Get department by ID

Get details of a department via department ID.

Name

Description
URL/department/{id}
HTTP MethodGET
Query String Parameters




Sample Response

5Update department
Update the details of a department.

Name

Description
URL/department
HTTP MethodPUT
Query String Parameters




Sample Response




  • No labels