Get the list of certificates under the team

Basic Information

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

请求路径

  1. 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

  1. {
  2. "list": [
  3. {
  4. "has_expired": true,
  5. "issued_to": [
  6. "string"
  7. ],
  8. "alias": "string",
  9. "certificate_type": "string",
  10. "end_data ": "string",
  11. "id": 0,
  12. "issued_by": "string"
  13. }
  14. ],
  15. "page": 0,
  16. "page_size": 0,
  17. "total": 0
  18. }

Attributes

nametyperequiredconstraintChinese nameillustrate
list[CertificatesR]truenonenone
pageintegertruenonePagenone
page_sizeintegertruenonePage sizenone
totalintegertruenoneTotalnone

CertificatesR

  1. {
  2. "has_expired": true,
  3. "issued_to": [
  4. "string"
  5. ],
  6. "alias": "string",
  7. "certificate_type": "string",
  8. "end_data": "string",
  9. " id": 0,
  10. "issued_by": "string"
  11. }

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