Skip to content

Obtener la lista de convocatorias

GET
/convocatorias

Parámetros

Query Parameters

format*

Formato de la respuesta

Tipo
string
Requerido
Valores válidos
"json"
Ejemplo"json"
Por defecto
"json"

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

Powered by VitePress OpenAPI