GET/security/external-browser
外部ブラウザの利用設定を取得する
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
security.external-browser
security.external-browser.read
| Parameter | Type | Description |
|---|---|---|
| domainId | integer | ドメイン ID example : 10000001 format : int32 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| domainId | integer | ドメイン ID format : int32 |
| useExternalBrowser | boolean | 外部ブラウザの利用有無 |
example
1{2 "domainId": 10000001,3 "useExternalBrowser": false4}Bad Request
Not Found