Skip to main content

CertificateView

Certificate information

codestringrequired

Certificate code

Default value:
Example: CERT-123
namestringrequired

Certificate name

Default value:
Example: DPE
assetUidstringrequired

Stonal identifier of the asset the certificate belongs to

Default value:
Example: STN-xxxxx
assetCodestringrequired

Preferred external identifier of the asset the certificate belongs to

Default value:
Example: BAT001
effectiveDatestring<date>required

Date from which the certificate is effective

Default value:
Example: 2024-01-01
expirationDatestring<date>required

Date at which the certificate expires

Default value:
Example: 2034-01-01
documentationLinkstring | nullnullable

Link to the certificate documentation

Default value:
Example: https://example.org/certificate.pdf
updatedAtstring<date-time>required

Date of the last update of the certificate

Default value:
CertificateView
{
"code": "CERT-123",
"name": "DPE",
"assetUid": "STN-xxxxx",
"assetCode": "BAT001",
"effectiveDate": "2024-01-01",
"expirationDate": "2034-01-01",
"documentationLink": "https://example.org/certificate.pdf",
"updatedAt": ""
}