We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a Listagem de tombos interna deve ter como coluna os valores:
Exemplo de resposta do backend:
https://hcf-api.server.cloud.hcf.elainesangali.me/tombos
{ "metadata": { "total": 31123, "page": 1, "limit": 100, "length": 100 }, "records": [ { "hcf": 31123, "latitude": -23.695055555555555, "longitude": -53.32016666666667, "data_tombo": "2021-01-29T00:00:00.000Z", "data_coleta_dia": 19, "observacao": "arbusto ca. 2,5 m. Frutos verdes.", "nomes_populares": null, "numero_coleta": 21, "altitude": 390, "entidade_id": null, "local_coleta_id": 5515, "variedade_id": null, "tipo_id": null, "situacao": "REGULAR", "especie_id": null, "genero_id": 876, "familia_id": 82, "sub_familia_id": null, "sub_especie_id": null, "nome_cientifico": "Piper ", "colecao_anexa_id": null, "cor": null, "data_coleta_mes": 9, "data_coleta_ano": 2020, "solo_id": null, "relevo_id": 1, "vegetacao_id": 1, "created_at": "2022-02-16T20:55:22.000Z", "updated_at": "2022-02-16T20:55:22.000Z", "ativo": true, "taxon": null, "rascunho": null }, { "hcf": 31122, "latitude": -23.695055555555555, "longitude": 53.32016666666667, "data_tombo": "2021-01-29T00:00:00.000Z", "data_coleta_dia": 9, "observacao": "árvore ca. 4,5 m. Flores alvas de odor adocicado.", "nomes_populares": null, "numero_coleta": 20, "altitude": 390, "entidade_id": 2, "local_coleta_id": 5515, "variedade_id": null, "tipo_id": null, "situacao": "REGULAR", "especie_id": 5144, "genero_id": 1192, "familia_id": 97, "sub_familia_id": null, "sub_especie_id": null, "nome_cientifico": "Coussarea contracta", "colecao_anexa_id": null, "cor": null, "data_coleta_mes": 9, "data_coleta_ano": 2020, "solo_id": null, "relevo_id": 1, "vegetacao_id": 1, "created_at": "2022-02-16T20:55:22.000Z", "updated_at": "2022-02-16T20:55:22.000Z", "ativo": true, "taxon": null, "rascunho": null } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
a Listagem de tombos interna deve ter como coluna os valores:
Exemplo de resposta do backend:
https://hcf-api.server.cloud.hcf.elainesangali.me/tombos
{
"metadata": {
"total": 31123,
"page": 1,
"limit": 100,
"length": 100
},
"records": [
{
"hcf": 31123,
"latitude": -23.695055555555555,
"longitude": -53.32016666666667,
"data_tombo": "2021-01-29T00:00:00.000Z",
"data_coleta_dia": 19,
"observacao": "arbusto ca. 2,5 m. Frutos verdes.",
"nomes_populares": null,
"numero_coleta": 21,
"altitude": 390,
"entidade_id": null,
"local_coleta_id": 5515,
"variedade_id": null,
"tipo_id": null,
"situacao": "REGULAR",
"especie_id": null,
"genero_id": 876,
"familia_id": 82,
"sub_familia_id": null,
"sub_especie_id": null,
"nome_cientifico": "Piper ",
"colecao_anexa_id": null,
"cor": null,
"data_coleta_mes": 9,
"data_coleta_ano": 2020,
"solo_id": null,
"relevo_id": 1,
"vegetacao_id": 1,
"created_at": "2022-02-16T20:55:22.000Z",
"updated_at": "2022-02-16T20:55:22.000Z",
"ativo": true,
"taxon": null,
"rascunho": null
},
{
"hcf": 31122,
"latitude": -23.695055555555555,
"longitude": 53.32016666666667,
"data_tombo": "2021-01-29T00:00:00.000Z",
"data_coleta_dia": 9,
"observacao": "árvore ca. 4,5 m. Flores alvas de odor adocicado.",
"nomes_populares": null,
"numero_coleta": 20,
"altitude": 390,
"entidade_id": 2,
"local_coleta_id": 5515,
"variedade_id": null,
"tipo_id": null,
"situacao": "REGULAR",
"especie_id": 5144,
"genero_id": 1192,
"familia_id": 97,
"sub_familia_id": null,
"sub_especie_id": null,
"nome_cientifico": "Coussarea contracta",
"colecao_anexa_id": null,
"cor": null,
"data_coleta_mes": 9,
"data_coleta_ano": 2020,
"solo_id": null,
"relevo_id": 1,
"vegetacao_id": 1,
"created_at": "2022-02-16T20:55:22.000Z",
"updated_at": "2022-02-16T20:55:22.000Z",
"ativo": true,
"taxon": null,
"rascunho": null
}
]
}
The text was updated successfully, but these errors were encountered: