Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lista de especies en resultado #8

Open
jag2kn opened this issue Jul 7, 2017 · 0 comments
Open

Lista de especies en resultado #8

jag2kn opened this issue Jul 7, 2017 · 0 comments

Comments

@jag2kn
Copy link

jag2kn commented Jul 7, 2017

Dar una lista de especies para una búsqueda hecha.

Con los mismos parámetros de GET /occurrence/search hacer una agrupación por resultados de especie y retornar el informe con los siguientes campos:

{
  "occurrences": [
    {
      "count": 123,
      "scientificName": "",
      "kingdomName": "",
      "phylumName": "",
      "className": "",
      "orderName": "",
      "familyName": "",
      "genusName": "",
      "speciesName": "",
      "specificEpithetName": ""
    }
  ]
}

ver si un facet logra esto y no toca implementar un nuevo servicio

pagina4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant