Get credential list
- Print
- PDF
Get credential list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get the list of credentials.
API
- GET /subjects/{subjectId}/credentials
Request
Parameters
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
page | N | int | Default: 0 | Page number |
size | N | int | Default: 20 | Result list size |
Path variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
subjectId | Y | string | subject ID |
Response
Body
{
"pageNo": integer,
"totalElements": integer,
"pageSize": integer,
"content": [
{
"issuer": "string",
"serialNumber": "string",
"x509CertificateData": "string",
"failed": boolean,
"seenTime": "string"
}
]
}
Response fields
Item | Type | Description |
---|---|---|
pageNo | Integer | Page number |
totalElements | integer | Total number of items |
pageSize | integer | Page size |
content.issuer | string | Issuer |
content.serialNumber | string | Certificate serial number |
content.x509CertificateData | string | X.509 certificate data |
content.failed | boolean | Whether authentication was successful |
content.seenTime | string | Last check time |
Was this article helpful?