Skip to content

Instantly share code, notes, and snippets.

View aldantas's full-sized avatar

Augusto Lopez Dantas aldantas

  • Curitiba, Brasil
View GitHub Profile
# PUT http://localhost:8080/fomento/api/researchgroup
# Content-Type: application/json
{
"accountingSubmissionDate": 1465182000000,
"budget": {
"budgetStatus": "FULLY_APPROVED",
"consumableMaterials": 0.0,
"displacements": 0.0,
"grants": 0,
"supportedValue": 1600.0,
# POST http://localhost:8080/fomento/api/researchgroup
# Content-Type: application/json
{
"accountingSubmissionDate": 1465182000000,
"budget": {
"consumableMaterials": 0.0,
"displacements": 0.0,
"supportedValue": 1600.0
},
"endDate": 1496113200000,
# POST http://localhost:8080/fomento/api/researchgroup/role
# Content-Type: application/json
{
"role": "Bolsista"
}
# GET http://localhost:8080/fomento/api/researchgroup/role
[
{
{
"campus": "FOZ",
"id": 1,
"specifcAddress": null,
"university": {
"cnpj": "21321321321",
"emails": [],
"fantasyName": "Unioeste",
"id": 2,
"legalName": "Unioeste",
# POST
{
"name": "Projeto",
"proposalTheme": {
"id": 1,
"proposalTheme": "TI"
},
"researchModalityType": "SCIENTIFIC_RESEARCH"
}
#HTTP REQUEST
POST http://localhost:8080/fomento/api/researchgroup
Content-Type: application/json
{
"accountingSubmissionDate": 1465182000000,
"budget": {
"consumableMaterials": 0.0,
"displacements": 0.0,
"supportedValue": 1600.0
},
"academicBackground": [
{
"course": {
"courseName": "Ci\u00eancia da Computa\u00e7\u00e3o",
"id": 1
},
"degreeType": {
"degree": {
"degree": "Superior",
"id": 1
@aldantas
aldantas / concessions_static_report.js
Created June 21, 2016 13:11
Relatório Fixo Bolsas Concedidas (por modalidade e ano)
{
"modalityYearlyAmountReports": [
{
"id": 5,
"modality": {
"id": 5,
"modality": "MESTRADO",
"monthlyPeriodicity": 2
},
"modalityTotal": 3,
17:40:00,006 INFO [pti.fomento.grant.mail.GrantReportScheduler] (EJB default - 1) -> Sending emails to Schoolars!
17:40:00,021 WARN [pti.fomento.generics.dao.GenericDao] (EJB default - 1) ----> 2 reports
17:40:00,041 ERROR [pti.fomento.grant.mail.GrantReportScheduler] (EJB default - 1) Problems to deliver emails. See: null
17:40:00,043 ERROR [pti.fomento.grant.mail.GrantReportScheduler] (EJB default - 1) Problems to deliver emails. See: null
# POST /fomento/api/concession/{id}/rescission
{
"rescissionDate": 1494039600000,
"rescissionNote": "obs",
"termControl": {
"directorSignReceive": 1469674800000,
"directorSignSent": null,
"isSentToArchieve": null,
"isSentToScholar": null,
"mentorSignReceive": null,