GET ./portofolio/certificate
Generate a specific certificate and return an url to download.
Certificate type comes in ./portofolio/certificates response.
GET parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| uaID | int | Required | User ID. |
| ascID | int | Required | School year ID |
| certType | int | Required | Certificate ID |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| ascID | 101 | Invalid ascID or no associated class. |
| certType | 102 | Invalid certificate ID or no permissions. |
