[comment]: # ({8b0c7f00-8b0c7f00})
# autoregistration.get 

[comment]: # ({/8b0c7f00-8b0c7f00})

[comment]: # ({a0c78d0c-c6a45cf0})
### 説明

`object autoregistration.get(object parameters)`

このメソッドは、指定されたパラメーターに従って自動登録オブジェクトを取得することができます。

::: noteclassic
このメソッドは、*Super admin*タイプのユーザーのみ利用可能です。メソッドを呼び出す権限は、ユーザーの役割の設定で取り消すことができます。詳細は[ユーザーの役割](/manual/web_interface/frontend_sections/users/user_roles)を参照してください。
:::

[comment]: # ({/a0c78d0c-c6a45cf0})

[comment]: # ({3a8de98a-24b20f8d})
### パラメータ

`(object)` 必要な出力を定義するパラメータです。

このメソッドは1つのパラメータのみをサポートします。

|パラメータ|[Type](/manual/api/reference_commentary#data-types)|説明|
|--|--|------|
|output|query|このパラメータについては、[リファレンス解説](/manual/api/reference_commentary#common-get-method-parameters)で説明されています。|

[comment]: # ({/3a8de98a-24b20f8d})

[comment]: # ({805927e0-805927e0})
### 戻り値

`(object)` autoregistrationオブジェクトを返します。

[comment]: # ({/805927e0-805927e0})

[comment]: # ({caa89384-1f25ddf1})
### 例

[リクエスト](/manual/api#performing-requests):

```json
{
   "jsonrpc": "2.0",
    "method": "autoregistration.get",
    "params": {
        "output": "extend"
    },
    "id": 1
}
```

レスポンス:

```json
{
    "jsonrpc": "2.0",
    "result": {
        "tls_accept": "3"
    },
    "id": 1
}
```

[comment]: # ({/caa89384-1f25ddf1})

[comment]: # ({c74f8347-c74f8347})
### ソース

CAutoregistration::get() in
*ui/include/classes/api/services/CAutoregistration.php*.

[comment]: # ({/c74f8347-c74f8347})
