List of API functions
The following table shows a list of supported API functions. The API functions are described in an alphabetical order.
| API URL | Method | See |
Role1 |
|---|---|---|---|
|
/api/v1/activation-key |
GET | ADMIN | |
| PUT | ADMIN | ||
|
/api/v1/activation-whitelist |
GET | ADMIN | |
| POST | ADMIN | ||
|
/api/v1/activation-whitelist/activationWhiteListId |
DELETE | ADMIN | |
|
/api/v1/agents |
GET | ||
| /api/v1/agents/agentId | GET | ||
| PUT | |||
| PUT | |||
| PUT | |||
| PUT | |||
| PUT | |||
| DELETE | |||
|
/api/v1/agents/agentId/queues/receiving |
GET | ||
|
/api/v1/agents/agentId/queues/receiving/receivingTaskId |
DELETE | ||
|
/api/v1/device-access-logs |
GET | ||
|
/api/v1/distributionModules |
POST | ||
|
/api/v1/genkey |
POST | ||
|
/api/v1/license |
GET | ADMIN | |
| PUT | ADMIN | ||
|
/api/v1/license-option |
GET | ||
|
/api/v1/login |
POST | ||
|
/api/v1/modules |
GET | ||
| POST | |||
| /api/v1/modules/moduleId | DELETE | ||
|
/api/v1/profiles |
GET | ||
| /api/v1/profiles/profileId | GET | ||
| PUT | |||
| DELETE | |||
|
/api/v1/profiles/profileId/receiving-profiles |
GET | ||
| POST | |||
|
/api/v1/profiles/profileId/sending-profiles |
GET | ||
| POST | |||
|
/api/v1/receiving-logs |
GET | ||
| /api/v1/receiving-logs/receivingLogId | GET | ||
|
/api/v1/receiving-profiles/receivingProfileId |
GET | ||
| PUT | |||
| DELETE | |||
|
/api/v1/sending-profiles/sendingProfileId |
GET | ||
| PUT | |||
| DELETE | |||
|
/api/v1/system-settings |
GET | ADMIN | |
| PUT | ADMIN | ||
|
/api/v1/system-settings/notifications |
GET | ADMIN | |
| PUT | ADMIN | ||
|
/api/v1/system-settings/notifications/test-email |
POST | ADMIN | |
|
/api/v1/trace-logs |
GET | ||
| /api/v1/trace-logs/traceLogUniqueId | GET | ||
|
/api/v1/transfer-logs |
GET | ||
| /api/v1/transfer-logs/transferLogId | GET | ||
|
/api/v1/transfer-states |
GET | ||
|
/api/v1/units |
GET | ||
| POST | |||
| /api/v1/units/unitId | GET | ||
| PUT | |||
| DELETE | |||
|
/api/v1/units/unitId/profiles |
POST | ||
|
/api/v1/user |
GET | ADMIN | |
| POST | ADMIN | ||
| /api/v1/user/userId | GET |
|
|
| PUT |
ADMIN |
||
| PUT |
4ADMIN |
||
| DELETE | ADMIN | ||
|
/api/v1/user/userId/unit |
GET | ADMIN | |
| POST | ADMIN | ||
| /api/v1/user/userId/unit/unitId | DELETE | ADMIN | |
|
/api/v1/user-role |
GET | ADMIN | |
|
/api/v1/version |
GET |
|
1
|
:
|
If the "Role" is blank, administrators and general users can execute the API functions. If the "Role" is "ADMIN", only administrators can execute the API functions. |
|
2
|
:
|
The following set of API functions is actually the same. (/api/v1/agents/agentId)
In this manual, to write each API separately for individual purposes, the request parameters are changed according to the purposes. |
|
3
|
:
|
The following set of API functions is actually the same. (/api/v1/user/userId)
In this manual, to write each API separately for individual purposes, the request parameters are changed according to the purposes. |
|
4
|
:
|
If the role is "ADMIN" (administrators), you can change the password of others. If the role is "USER" (general users), you can change your own password only. |