GET
/integration/v1/certificates/cycle_id/{cycle_id}
Get certificate by cycle id
Get certificate by cycle id
operationId Get certificate by cycle id
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
cycle_id
|
string (uuid) | required | cycle_id |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
format
|
string | optional | Response format: redirect (default) or base64-encoded file content enum: `redirect`, `base64` |
Responses
200
application/json schema
{
"type": "object",
"nullable": true
}
412 Invalid parameters
500 Server error
512 Specification violations