Skip to content

Obtener la lista de convocatorias

GET
/convocatorias

Parámetros

Query Parameters

format*

Formato de la respuesta

Tipostring
Requerido
Enum
json
Ejemplojson
defaultjson

Respuestas

Lista de convocatorias
application/json
JSON
{
"count": 0,
"next": "string",
"previous": "string",
"results": [
{
"id": 0,
"url": "string",
"titulo": "string",
"cuerpo": "string",
"documentos": [
"string"
],
"fecha_inicio": "string",
"fecha_fin": "string"
}
]
}

Playground

Variables
Key
Value

Ejemplos

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI