Resource para a consulta de dados do Dashboard
Fundacred - OpenApi Specification (1.1)
Documentação para a API renewal-api
Download OpenAPI description
Overview
Infra Fundacred
Languages
Servers
Mock server
https://docs.fundacred.org.br/_mock/renewal-api/
TST
https://tst-api.fundacred.org.br/renewal-api/
HML
https://hml-api.fundacred.org.br/renewal-api/
PRD
https://api.fundacred.org.br/renewal-api/
- Mock serverhttps://docs.fundacred.org.br/_mock/renewal-api/s/dashboard
- TSThttps://tst-api.fundacred.org.br/renewal-api/s/dashboard
- HMLhttps://hml-api.fundacred.org.br/renewal-api/s/dashboard
- PRDhttps://api.fundacred.org.br/renewal-api/s/dashboard
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.fundacred.org.br/_mock/renewal-api/s/dashboard \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"like": [
{
"key": "string",
"value": "string"
}
],
"order": {
"orderBy": "string",
"reversed": true
},
"Tabela": "string",
"Filtro": "string"
}'- Mock serverhttps://docs.fundacred.org.br/_mock/renewal-api/s/dashboard/filtros-bolsas
- TSThttps://tst-api.fundacred.org.br/renewal-api/s/dashboard/filtros-bolsas
- HMLhttps://hml-api.fundacred.org.br/renewal-api/s/dashboard/filtros-bolsas
- PRDhttps://api.fundacred.org.br/renewal-api/s/dashboard/filtros-bolsas
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.fundacred.org.br/_mock/renewal-api/s/dashboard/filtros-bolsas \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"like": [
{
"key": "string",
"value": "string"
}
],
"order": {
"orderBy": "string",
"reversed": true
},
"Tabela": "string",
"Filtro": "string"
}'- Mock serverhttps://docs.fundacred.org.br/_mock/renewal-api/s/dashboard/detalhes
- TSThttps://tst-api.fundacred.org.br/renewal-api/s/dashboard/detalhes
- HMLhttps://hml-api.fundacred.org.br/renewal-api/s/dashboard/detalhes
- PRDhttps://api.fundacred.org.br/renewal-api/s/dashboard/detalhes
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.fundacred.org.br/_mock/renewal-api/s/dashboard/detalhes?page=0&size=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"like": [
{
"key": "string",
"value": "string"
}
],
"order": {
"orderBy": "string",
"reversed": true
},
"Tabela": "string",
"Filtro": "string"
}'