Platform | Electronic Certificate
Service to manage entities of type 'ElectronicCertificate'.
Overview
URL | api/{tenantKey}/{orgKey}/reporting/electronicCertificates |
Methods Supported | GET, PUT |
All Operations
This service includes the following operations:
-
GET:
- GET ElectronicCertificates
- GET ElectronicCertificates (paged)
- GET ElectronicCertificate by identifier
- GET ElectronicCertificate by key
- GET Print ElectronicCertificate by identifier
- GET Print ElectronicCertificate by key
- GET Original Print ElectronicCertificateOriginal by identifier
- GET Original Print ElectronicCertificate by key
-
PUT:
- PUT Set IsActive ElectronicCertificate
- PUT Set Company ElectronicCertificate
- PUT Set UsedSignatures ElectronicCertificate
- PUT Set AvailableSignatures ElectronicCertificate
- PUT Set AuthorizerID ElectronicCertificate
- PUT Set Titular ElectronicCertificate
- PUT Set IncludedSignatures ElectronicCertificate
- PUT Set ValidFrom ElectronicCertificate
- PUT Set ValidUntil ElectronicCertificate
- PUT Set AuthorizerName ElectronicCertificate
- PUT Set ExpiresOn ElectronicCertificate
- PUT Set Secret ElectronicCertificate
- PUT Set ElectronicCertificateStatus ElectronicCertificate
- PUT Set SkipCallActivateOwner ElectronicCertificate
All Resources
This service uses the following resources:
All Enumerations
This service uses the following enumerations:
GET ElectronicCertificates
Returns the list of all the entity records available.
Response:
When successful, the response body contains the list of records available. See ElectronicCertificateResource. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
GET ElectronicCertificates (paged)
Returns a page of the list of all the entity records available.
The following elements are optional:
page | (int) The index of the page of the list that should be returned. This is a query string parameter. |
pageSize | (int) The number of page elements that should be returned (max. is 1000). This is a query string parameter. |
Response:
When successful, the response body contains the list of records available. See ElectronicCertificateResource. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
GET ElectronicCertificate by identifier
Returns the entity record that matches the specified identifier.
The following elements are required:
id | (string) The record identifier. |
Response:
When successful, the response body contains the entity record. See ElectronicCertificateResource. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
GET ElectronicCertificate by key
Returns the entity record that matches the specified key.
The following elements are required:
company | (string) Company. |
Response:
When successful, the response body contains the entity record. See ElectronicCertificateResource. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
GET Print ElectronicCertificate by identifier
Prints the specified entity record.
The following elements are required:
id | (string) The record identifier. |
The following elements are optional:
template | (string) The report template that should be used. This is a query string parameter. |
Response:
When successful, the response body contains a stream with the printed file. |
Response status codes:
200 | OK. The operation was completed successfully. |
404 | NotFound. The specified resord does not exist. |
Resource URL:
GET Print ElectronicCertificate by key
Prints the specified entity record.
The following elements are required:
company | (string) Company. |
The following elements are optional:
template | (string) The report template that should be used. This is a query string parameter. |
Response:
When successful, the response body contains a stream with the printed file. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
GET Original Print ElectronicCertificateOriginal by identifier
Prints the specified entity record.
The following elements are required:
id | (string) The record identifier. |
The following elements are optional:
template | (string) The report template that should be used. This is a query string parameter. |
Response:
When successful, the response body contains a stream with the printed file. |
Response status codes:
200 | OK. The operation was completed successfully. |
404 | NotFound. The specified resord does not exist. |
Resource URL:
GET Original Print ElectronicCertificate by key
Prints the specified entity record.
The following elements are required:
company | (string) Company. |
The following elements are optional:
template | (string) The report template that should be used. This is a query string parameter. |
Response:
When successful, the response body contains a stream with the printed file. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
PUT Set AuthorizerID ElectronicCertificate
Updates the value of attribute 'AuthorizerID' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set AuthorizerName ElectronicCertificate
Updates the value of attribute 'AuthorizerName' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set AvailableSignatures ElectronicCertificate
Updates the value of attribute 'AvailableSignatures' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set Company ElectronicCertificate
Updates the value of attribute 'Company' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set ElectronicCertificateStatus ElectronicCertificate
Updates the value of attribute 'ElectronicCertificateStatus' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (enum ElectronicCertificateStatus) The request body should contain the new value for the attribute. See ElectronicCertificateStatus. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set ExpiresOn ElectronicCertificate
Updates the value of attribute 'ExpiresOn' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set IncludedSignatures ElectronicCertificate
Updates the value of attribute 'IncludedSignatures' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set IsActive ElectronicCertificate
Updates the value of attribute 'IsActive' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (bool) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
PUT Set Secret ElectronicCertificate
Updates the value of attribute 'Secret' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set SkipCallActivateOwner ElectronicCertificate
Updates the value of attribute 'SkipCallActivateOwner' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (bool) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set Titular ElectronicCertificate
Updates the value of attribute 'Titular' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set UsedSignatures ElectronicCertificate
Updates the value of attribute 'UsedSignatures' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set ValidFrom ElectronicCertificate
Updates the value of attribute 'ValidFrom' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set ValidUntil ElectronicCertificate
Updates the value of attribute 'ValidUntil' in the specified entity record.
The following elements are required:
company | (string) Company. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
Resources
ElectronicCertificateResource
The following elements are required:
company | (string) Company.
(fk) Allowed value: the natural key of a record of type Company. These records are accessibly through the Companies service. |
electronicCertificateStatus | (enum ElectronicCertificateStatus) Electronic Certificate Status.
See ElectronicCertificateStatus. |
skipCallActivateOwner | (bool) Skip Call Activate Owner. |
The following elements are optional:
usedSignatures | (string) Used Signatures. |
availableSignatures | (string) Available Signatures. |
authorizerID | (string) Authorizer ID. |
titular | (string) Titular. |
includedSignatures | (string) Included Signatures. |
validFrom | (string) Valid From. |
validUntil | (string) Valid Until. |
authorizerName | (string) Authorizer Name. |
expiresOn | (string) Expires On. |
secret | (string) Secret. |