Page History
...
Service Name | API call | Call Type | Description |
---|---|---|---|
getCategoryInfo | /restapi/v1.0/ems/category/{categoryId} | GET | 카테고리 목록을 가져옵니다. |
deleteDashboard | /restapi/v1.0/ems/dashboard | DELETE | 특정 대쉬보드 정보를 삭제합니다. |
listDashboardInfo | /restapi/v1.0/ems/dashboard | GET | 사용자가 설정할 대쉬보드에 표시될 내용을 가져옵니다. 대쉬보드에서 사용자는 원하는 정보만 보이도록 설정할 수 있습니다. |
updateDashboardPriority | /restapi/v1.0/ems/dashboard | PUT | 대쉬보드에 표시되는 항목들의 순서를 변경합니다. |
createDashboard | /restapi/v1.0/ems/dashboard/create | GET | 사용하지 않는 대쉬보드를 사용하도록 수정합니다. |
listDashboardLoginInfo | /restapi/v1.0/ems/dashboard/login | GET | 대쉬보드에 표시될 로그인 정보를 가져옵니다. |
listDashboardNoticeInfo | /restapi/v1.0/ems/dashboard/notice | GET | 대쉬보드에 표시될 게시판 정보를 가져옵니다. |
deleteNoticeInfo | /restapi/v1.0/ems/dashboard/notice/edit | DELETE | 게시판에서 원하는 게시물을 삭제합니다. |
listEditNoticeInfo | /restapi/v1.0/ems/dashboard/notice/edit | GET | 선택한 게시물의 상세 정보를 가져옵니다. |
createNoticeInfo | /restapi/v1.0/ems/dashboard/notice/edit | POST | 게시판에 게시될 새로운 게시물을 추가합니다. |
updateNoticeInfo | /restapi/v1.0/ems/dashboard/notice/edit | PUT | 게시판에서 선택된 게시물을 수정합니다. |
listDashboardStorageInfo | /restapi/v1.0/ems/dashboard/storage | GET | 대쉬보드에 표시될 저장소 정보를 가져옵니다. |
listLicense | /restapi/v1.0/ems/license | GET | 서버에 등록된 라이선스의 목록을 가져옵니다. |
getServerSetupInfo | /restapi/v1.0/ems/setup | GET | 서버 설정 정보를 가져옵니다. 서버 설정에는 서버의 여러가지 기능들을 on/off 할 수 있는 기능을 제공합니다. |
getTagListInfo | /restapi/v1.0/ems/tag | POST | 서버에 등록된 태그 목록을 가져옵니다. |
...
Open API Details (swagger UI)
Open API Documentation | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
...