View note
GET https://www.digicert.com/services/v2/order/certificate/{{order_id}}/note/{{note_id}}
Use this endpoint to get a specific order note.
Example requests and responses
Response parameters
Name | Type | Description |
---|---|---|
id | int | Order ID. |
date_created | string | Timestamp of when the note was created. Format: UTC timezone and ISO 8601 date |
text | string | Message of the note. |
user | object | Details about the user that added the note. See Structures – User details object. |