GET/security/external-browser

外部ブラウザの利用設定を取得する

Authorization

Authorization

Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。

Scope

security.external-browser
security.external-browser.read

HTTP Request

GEThttps://www.worksapis.com/v1.0/security/external-browser

Query Parameters

ParameterTypeDescription
domainId integer 

ドメイン ID


example : 10000001
format : int32 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 200

OK

PropertyTypeDescription
domainId integer 

ドメイン ID


format : int32 
useExternalBrowser boolean 

外部ブラウザの利用有無

 

Response Example

example

1{2  "domainId": 10000001,3  "useExternalBrowser": false4}

HTTP 400

Bad Request

HTTP 404

Not Found