Skip to main content

Get the list of certificates under the team

Basic Information

This interface is mainly used to obtain the list of certificates under the team

请求路径
GET /openapi/v1/teams/{team_id}/certificates

request parameters

nameLocationtyperequiredChinese nameillustrate
team_idpathstringYesnone
pagequerynumbernopage number
page_sizequerynumbernoQuantity per page

return result

status codeStatus code meaningillustratedata model
200OKsuccessTeamCertificatesL

Model

TeamCertificatesL

{
"list": [
{
"has_expired": true,
"issued_to": [
"string"
],
"alias": "string",
"certificate_type": "string",
"end_data ": "string",
"id": 0,
"issued_by": "string"
}
],
"page": 0,
"page_size": 0,
"total": 0
}

Attributes

nametyperequiredconstraintChinese nameillustrate
list[CertificatesR]truenonenone
pageintegertruenonePagenone
page_sizeintegertruenonePage sizenone
totalintegertruenoneTotalnone

CertificatesR

{
"has_expired": true,
"issued_to": [
"string"
],
"alias": "string",
"certificate_type": "string",
"end_data": "string",
" id": 0,
"issued_by": "string"
}

Attributes

nametyperequiredconstraintChinese nameillustrate
has_expiredbooleantruenoneHas expiredIs it expired
issued_to[string]truenoneDomain name list
aliasstringtruenoneAliascertificate name
certificate_typestringtruenoneCertificate typeCertificate type
end_datastringtruenoneEnd dataExpiration
idintegertruenoneIdid
issued_bystringtruenoneIssued byCertificate source