CTF¶
Endpoints¶
- GET
/api/v1/ctf— Lists all CTFs with pagination - GET
/api/v1/ctf/download— Download digitalized CTF
GET /api/v1/ctf¶
Lists all CTFs with pagination
Requires permission: TrfApi.Ctf.List
Parâmetros¶
| Nome | Em | Tipo | Descrição |
|---|---|---|---|
page |
query | integer (int32) | Current page, starts on 1 |
size |
query | integer (int32) | Page size |
Respostas¶
200 OK
Schema: CtfModelPagedApiResponse
400 Bad Request
Schema: ProblemDetails
GET /api/v1/ctf/download¶
Download digitalized CTF
Parâmetros¶
| Nome | Em | Tipo | Descrição |
|---|---|---|---|
hash |
query | string | Document identifier |
Respostas¶
200 OK
Retorna: Dados de arquivo binário
404 Not Found
Schema: ProblemDetails