Get subject list
- Print
- PDF
Get subject list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get the subject list.
API
- GET /subjects
Request
Parameters
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
searchColumn | N | String | subjectId, subjectNrn | Search column (subjectId, subjectNrn) |
searchWord | N | String | Search keyword | |
page | N | int | Default: 0 | Page number |
size | N | int | Default: 20 | Result list size |
Response
Body
{
"pageNo": integer,
"totalElements": integer,
"pageSize": integer,
"content": [
{
"subjectId": "string",
"subjectNrn": "string",
"x509Subject": "string",
"enabled": boolean,
"createTime": "string",
"updateTime": "string",
"lastSeenTime": "string"
}
]
}
Response fields
Item | Type | Description |
---|---|---|
pageNo | Integer | Page number |
totalElements | integer | Total number of items |
pageSize | integer | Page size |
content.subjectId | string | subject ID |
content.subjectNrn | string | subject NRN |
content.x509Subject | string | Certificate's X.509 subject identifier |
content.enabled | boolean | subject activation status |
content.createTime | string | Creation time |
content.updateTime | string | Modification time |
content.lastSeenTime | string | Last usage time |
Was this article helpful?