Get single subject
- Print
- PDF
Get single subject
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get a single subject.
API
- GET /subjects/{subjectId}
Request
Path variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
subjectId | Y | string | subject ID |
Response
Body
{
"subjectId": "string",
"subjectNrn": "string",
"x509Subject": "string",
"enabled": true,
"createTime": "string",
"updateTime": "string",
"lastSeenTime": "string"
}
Response fields
Item | Type | Description |
---|---|---|
subjectId | string | subject ID |
subjectNrn | string | subject NRN |
x509Subject | string | Certificate's X.509 subject identifier |
enabled | boolean | subject activation status |
createTime | string | Creation time |
updateTime | string | Modification time |
lastSeenTime | string | Last usage time |
Was this article helpful?