単一プロファイルの取得
パスで指定された単一のプロファイル情報を返却する
📬 リクエスト
Section titled “📬 リクエスト”GET {resource_api_url}/prifiles/{name}
リクエストヘッダ
Section titled “リクエストヘッダ”| キー | 値 |
|---|---|
| Authorization | Bearer {アクセストークン} |
パスパラメータ
Section titled “パスパラメータ”| パラメータ | 形式 | 必須 | 説明 | 値の例 |
|---|---|---|---|---|
| name | 文字列 | YES | 検索対象のプロファイル名 | admin |
クエリパラメータ
Section titled “クエリパラメータ”なし
✨ 成功レスポンス
Section titled “✨ 成功レスポンス”ステータスコード
Section titled “ステータスコード”200 : OK
レスポンスヘッダ
Section titled “レスポンスヘッダ”| キー | 値 |
|---|---|
| Content-Type | application/json |
レスポンスボディ
Section titled “レスポンスボディ”| フィールド | 形式 | 必須 | 説明 | 値の例 |
|---|---|---|---|---|
| name | 文字列 | YES | プロファイル名 | admin |
| display_name | 文字列 | YES | プロファイルの表示名 | システム管理者 |
レスポンスボディのサンプル
Section titled “レスポンスボディのサンプル”💬 具体的な要求事項
Section titled “💬 具体的な要求事項”- 検索対象のプロファイルが存在しない場合は、「
404: Not Found」エラーを返却してください
📚 参考資料
Section titled “📚 参考資料”なし