Skip to Content
릴리즈 노트9.9.0 ~ 9.9.8External API 변경사항 (9.9.4 버전 > 9.9.5 버전)

External API 변경사항 (9.9.4 버전 > 9.9.5 버전)


API Docs JSON File

:paperclip: 994_external.json :paperclip: 995_external.json


1. Access Approval API

(GET) List

Request
  • 변경점 없음
Response

변경 전

변경 후

  • id
  • id추가되었습니다.

2. Approval API

(GET) List

Request
  • 변경점 없음
Response

변경 전

변경 후

  • id
  • id추가되었습니다.

3. Audit Log API

(GET) List of Approval

/api/external/audit-logs

Request
  • Query Parameter
  • /api/docs에 잘못 표기되어 있던 cursor 관련 내용이 수정되었습니다.
Response
  • /api/docs에 잘못 표기되어 있던 nextCursor 관련 내용이 수정되었습니다.

4. Notification Channels API

(GET) List

/api/external/notification-channels

Request
  • Query Parameter

변경 전

변경 후

  • dataFlowRequest.filterKey
  • dataFlowRequest.filterValue
  • dataFlowRequest.sortKey
  • dataFlowRequest.sortType
  • filterKey
  • filterValue
  • sortKey
  • sortType
  • 이름변경되었습니다.
Response
  • 변경점 없음
Last updated on