Skip to content

Instantly share code, notes, and snippets.

@aldantas
Created June 21, 2016 13:11
Show Gist options
  • Save aldantas/76b94a53f31b69062ab16a39079e1e13 to your computer and use it in GitHub Desktop.
Save aldantas/76b94a53f31b69062ab16a39079e1e13 to your computer and use it in GitHub Desktop.
Relatório Fixo Bolsas Concedidas (por modalidade e ano)
{
"modalityYearlyAmountReports": [
{
"id": 5,
"modality": {
"id": 5,
"modality": "MESTRADO",
"monthlyPeriodicity": 2
},
"modalityTotal": 3,
"yearlyAmountList": [
{
"amount": 3,
"year": 2014
}
]
},
{
"id": 4,
"modality": {
"id": 4,
"modality": "IC",
"monthlyPeriodicity": 4
},
"modalityTotal": 4,
"yearlyAmountList": [
{
"amount": 3,
"year": 2016
},
{
"amount": 1,
"year": 2014
}
]
},
{
"id": 3,
"modality": {
"id": 3,
"modality": "ITI",
"monthlyPeriodicity": 3
},
"modalityTotal": 2,
"yearlyAmountList": [
{
"amount": 2,
"year": 2016
}
]
},
{
"id": 2,
"modality": {
"id": 2,
"modality": "DTI",
"monthlyPeriodicity": 3
},
"modalityTotal": 1,
"yearlyAmountList": [
{
"amount": 1,
"year": 2016
}
]
},
{
"id": 1,
"modality": {
"id": 1,
"modality": "MERITUM",
"monthlyPeriodicity": 3
},
"modalityTotal": 10,
"yearlyAmountList": [
{
"amount": 5,
"year": 2016
},
{
"amount": 5,
"year": 2014
}
]
}
],
"total": 20
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment