List certificate notes
GET https://www.digicert.com/services/v2/certificate/{{certificate_id}}/note
Use this endpoint to list notes attached to a certificate.
Example requests and responses
Response parameters
Name | Type | Description |
---|---|---|
notes | array | List of certificate notes. |
.. date_created | string | Timestamp of when the note was created. Format: UTC timezone and ISO 8601 date |
.. text | string | Note message text. |
.. user | object | Details about the user that added the note. |
.. .. id | int | User ID. |
.. .. first_name | string | First name of user. |
.. .. last_name | string | Last name of user. |
string | Email address of user. |