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 28, 2019
...
AnchorAdd organizationAdd organizationAdd organization
Add a new organization.
Name
{ "id": "apiTestOrg", "name": "API Test Org", "description": "This is an organization created by API." }
AnchorDelete organizationDelete organizationDelete organization
Delete a organization via organization ID.
{ "date": "Wed Aug 28 15:43:58 SGT 2019", "code": "200", "message": "Successful operation" }
AnchorFind organizationFind organizationFind organization
Gets all organizations by default.
Able to filter or sort the returned results via parameters.
Organization 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": "ORG-001", "name": "Joget.Org", "description": "" } ]
AnchorGet organization by IDGet organization by IDGet organization by ID
Get details of a organization via organization ID.
AnchorUpdate organizationUpdate organizationUpdate organization
Update the details of a organization.
{ "id": "apiTestOrg", "name": "API Test Org", "description": "This organization is updated via API." }