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