Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
changes.mady.by.user Justin
Saved on Aug 27, 2019
...
Name
{ "id": "apiTestDept", "name": "API TEST Department", "description": "This is a department created by API." }
{ "date": "Wed Aug 28 01:29:38 SGT 2019", "code": "200", "message": "Successful operation" }
Gets all departments from all organizations by default.
Able to filter or sort the returned results via parameters.
Department data column to sort.
Must be used in conjunction with "sortDescending" parameter.
Sort the specified "sort" parameter value in ascending or descending order.
Expects a boolean value.
Must be used in conjunction with "sort" parameter.
[ { "id": "D-001", "name": "CEO Office", "description": "" }, { "id": "D-002", "name": "Human Resource and Admin", "description": "" }, ..... ]