Obtener la lista de trámites
GET
/tramites
Parámetros
Query Parameters
format*
Formato de la respuesta
Tipostring
RequeridoEnum
json
Ejemplo
json
default
json
Respuestas
Lista de trámites
application/json
JSON
{
"count": 0,
"next": "string",
"previous": "string",
"results": [
{
"id": 0,
"url": "string",
"titulo": "string",
"cuerpo": "string",
"documentos": [
"string"
]
}
]
}