GET /api/auth_sources 200 { "total": 3, "subtotal": 3, "page": 1, "per_page": 20, "search": null, "sort": { "by": null, "order": null }, "results": [ { "created_at": "2019-11-07 08:52:12 UTC", "updated_at": "2019-11-07 08:52:12 UTC", "id": 980190962, "type": "AuthSourceLdap", "name": "ldap-server", "locations": [ { "id": 255093256, "name": "Location 1", "title": "Location 1", "description": null } ], "organizations": [ { "id": 447626438, "name": "Organization 1", "title": "Organization 1", "description": null } ] }, { "created_at": "2019-11-07 08:52:12 UTC", "updated_at": "2019-11-07 08:52:12 UTC", "id": 200482051, "type": "AuthSourceInternal", "name": "Internal", "locations": [], "organizations": [] }, { "created_at": "2019-11-07 08:52:12 UTC", "updated_at": "2019-11-07 08:52:12 UTC", "id": 408068537, "type": "AuthSourceExternal", "name": "External", "locations": [], "organizations": [] } ] }
パラメーター名 | 記述 |
---|---|
location_id 任意 |
ロケーション別のスコープ Validations:
|
organization_id 任意 |
組織別のスコープ Validations:
|
search 任意 |
結果のフィルター Validations:
|
order 任意 |
フィールドと順序のソート (例: ‘id DESC’) Validations:
|
page 任意 |
1 から始まるページ番号 Validations:
|
per_page 任意 |
戻されるページごとの結果数 Validations:
|