GET /api/volcanes_usuario

GET /api/volcanes_usuario

Query parameters

  • Pagina integer(int32)
  • RegistrosPorPagina integer(int32)

Responses

  • Success

    Hide response attributes Show response attributes object
    • id integer(int32)
    • nombre string | null
    • descripcion string | null
    • altura number(float) | null
    • ubicacion string | null
    • ecosistema string | null
    • imagen string | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id integer(int32)
    • nombre string | null
    • descripcion string | null
    • altura number(float) | null
    • ubicacion string | null
    • ecosistema string | null
    • imagen string | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id integer(int32)
    • nombre string | null
    • descripcion string | null
    • altura number(float) | null
    • ubicacion string | null
    • ecosistema string | null
    • imagen string | null
    • Additional properties are NOT allowed
  • 401

    Token invalido o se olvido de ponerlo

GET /api/volcanes_usuario
curl \
 -X GET https://api-test.lat/api/volcanes_usuario \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "id": 5,
    "nombre": "volcan prueba",
    "descripcion": "Gran descripcion del volcan",
    "altura": 3500,
    "ubicacion": "Departamento de Quiche",
    "ecosistema": "Entre rios y bosques",
    "imagen": "volcan.png"
  }
]
Response examples (200)
[
  {
    "id": 5,
    "nombre": "volcan prueba",
    "descripcion": "Gran descripcion del volcan",
    "altura": 3500,
    "ubicacion": "Departamento de Quiche",
    "ecosistema": "Entre rios y bosques",
    "imagen": "volcan.png"
  }
]
Response examples (200)
[
  {
    "id": 5,
    "nombre": "volcan prueba",
    "descripcion": "Gran descripcion del volcan",
    "altura": 3500,
    "ubicacion": "Departamento de Quiche",
    "ecosistema": "Entre rios y bosques",
    "imagen": "volcan.png"
  }
]