CertificateRestResponse
CertificateRestResponse
Standard response format for certificate management operations (RestResponse format)
JSON Example
{
"success": true,
"completed": true,
"time": 1753094523000,
"version": "1.0",
"protocol": "string",
"fingerprint": "string",
"data": {
"items": [
{}
]
},
"errors": [
{
"text": "string"
}
],
"warnings": [
{
"text": "string"
}
]
}
boolean
success
Required
Indicates if the operation was successful
boolean
completed
Required
Indicates if the operation completed
integer As int64
As int64
time
Required
Unix timestamp in milliseconds
string
version
Optional
API version
string
protocol
Optional
Protocol version
string
fingerprint
Optional
Response fingerprint
object
data
Optional
Response data containing items array
array of
object
errors
Optional
Array of error objects
array of
object
warnings
Optional
Array of warning objects