Internal - Certificate (1.0.0)

Download OpenAPI specification:

Contains the documentation of the API related to certificates.

GET rest/v1.0/certificates

Retrieve all certificates of a training participant

Responses

Response samples

Content type
application/json
{
  • "returnCode": 0,
  • "returnObject": [
    ]
}

GET rest/v1.0/certificate

Retrieve link to download a specific certificate

query Parameters
trainingId
required
integer <int64>
Example: trainingId=1
type
required
string
Enum: "PARTICIPATION_CERTIFICATE" "ACHIEVEMENT_CERTIFICATE"

Responses

Response samples

Content type
application/json
{
  • "returnCode": 0,
  • "returnObject": "string"
}