Subjectリストの照会
- 印刷する
- PDF
Subjectリストの照会
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
Subjectリストを照会します。
API
- GET /subjects
リクエスト
Parameters
パラメータ | 必須の有無 | タイプ | 制限事項 | 説明 |
---|---|---|---|---|
searchColumn | N | String | subjectId、subjectNrn | 検索カラム(subjectId, subjectNrn) |
searchWord | N | String | 検索キーワード | |
page | N | int | デフォルト: 0 | ページ番号 |
size | N | int | デフォルト: 20 | 結果リストのサイズ |
レスポンス
Body
{
"pageNo": integer,
"totalElements": integer,
"pageSize": integer,
"content": [
{
"subjectId": "string",
"subjectNrn": "string",
"x509Subject": "string",
"enabled": boolean,
"createTime": "string",
"updateTime": "string",
"lastSeenTime": "string"
}
]
}
レスポンスフィールド
項目 | タイプ | 説明 |
---|---|---|
pageNo | integer | ページ番号 |
totalElements | integer | 総 item件数 |
pageSize | integer | ページサイズ |
content.subjectId | string | subjectの ID |
content.subjectNrn | string | subjectの NRN |
content.x509Subject | string | 証明書の X.509 subject識別子 |
content.enabled | boolean | subjectは有効化されているか |
content.createTime | string | 作成時刻 |
content.updateTime | string | 更新時刻 |
content.lastSeenTime | string | 最終使用時刻 |
この記事は役に立ちましたか?