Enterprise APIs
Manage enterprises, departments, members, logs and announcements within the caller's administrative permissions. GET and POST log endpoints have different pagination names and time specifications.
Endpoints
| Method | Endpoint | Path |
|---|---|---|
GET |
Get enterprise member information | /api/getEnterpriseMember.do |
GET |
Get published announcements | /nd/api/enterprise/broadcast |
GET |
Get current company information | /nd/api/enterprise/current |
GET |
Get a list of department roles | /nd/api/enterprise/dep_role |
GET |
Get department personnel | /nd/api/enterprise/departmentmembers |
GET |
Obtain information from all departments of the enterprise | /nd/api/enterprise/departments |
GET |
Get enterprise logs | /nd/api/enterprise/enterprise_logs |
GET |
Get information about your department | /nd/api/enterprise/mydeparments |
POST |
Update member information | /api/updateUserInfo.do |
POST |
Add department personnel | /nd/api/enterprise/add_dep_mem |
POST |
Add company members | /nd/api/enterprise/add_ent_mem |
POST |
Make an announcement | /nd/api/enterprise/broadcast |
POST |
Create corporate division | /nd/api/enterprise/create_department |
POST |
Get enterprise logs | /nd/api/enterprise/enterprise_logs |
POST |
Get all members of the company | /nd/api/enterprise/enterprise_members |
POST |
Delete department personnel | /nd/api/enterprise/remove_dep_mem |
Integration Notes
Based on the supplied Babel API reference. Preserve exact endpoint paths and field casing. Confirm unspecified or inconsistent field types during integration rather than assuming undocumented parameters. Use the deployment's HTTPS domain and keep credentials out of public pages.