Eventos - Consultar Programação

Lista toda a programação dos eventos da instituição ou de um evento em específico.
Método: POST
Resposta: JSON/XML

Parâmetro Obrigatório Tipo Descrição
token Sim java.lang.String Token do usuário
format Sim java.lang.String Formato do retorno (JSON/XML)
idEvento Sim java.lang.Integer Código do Evento
tipo Não java.lang.String Tipo da atividade (PALESTRA, MINICURSO, WORKSHOP, AULA_MAGNA, SEMINARIO, DEBATE, POS_GRADUACAO)

URIs de acesso

http://187.60.217.18:8080/academico/api/v1/eventos/programacao/

Formato do objeto de retorno

{
  "idEventoAtividade (Integer)": null,
  "idEvento (Integer)": null,
  "vagas (Integer)": null,
  "vagasAdicionais (Integer)": null,
  "vagasRestantes (Integer)": null,
  "obrigatoria (Integer)": null,
  "descricao (String)": null,
  "assunto (String)": null,
  "sigla (String)": null,
  "idPalestrante (Integer)": null,
  "dataInicio (Timestamp)": null,
  "dataTermino (Timestamp)": null,
  "registraFrequencia (Integer)": null,
  "frequenciaResumida (Integer)": null,
  "percentualFrequenciaMinima (Double)": null,
  "aplicavelSobreAtividadeComplementarDoAluno (Integer)": null,
  "creditoHorasAtividadeComplementarDoAluno (Double)": null,
  "cargaHoraria (Integer)": null,
  "tipo (String)": null,
  "tipoCusto (String)": null,
  "valor (Double)": null,
  "idServico (Integer)": null,
  "idCentroCusto (Integer)": null,
  "idLocal (Integer)": null,
  "status (String)": null,
  "idTipoAtividadeComplementar (Integer)": null,
  "tipoAplicacaoCargaHorariaAtividade (String)": null,
  "_tituloEvento (String)": null,
  "_statusEvento (String)": null,
  "_dataInicioEvento (Timestamp)": null,
  "_dataTerminoEvento (Timestamp)": null,
  "_descricaoServico (String)": null,
  "_descricaoCentroCusto (String)": null,
  "_idPerfilPalestrante (Integer)": null,
  "_nomePalestrante (String)": null,
  "_emailPalestrante (String)": null,
  "_descricaoLocal (String)": null,
  "_facebook (String)": null,
  "_googlePlus (String)": null,
  "_linkedIn (String)": null,
  "_twitter (String)": null,
  "_lattes (String)": null,
  "_website (String)": null,
  "_resumoProfissional (String)": null,
  "_operacaoPlanoConta (String)": null,
  "_descricaoPlanoConta (String)": null,
  "_quantidadeInscritosGeral (Integer)": null,
  "_quantidadePagantes (Integer)": null,
  "_quantidadeConfirmados (Integer)": null,
  "_quantidadeIsentos (Integer)": null,
  "_quantidadeAguardando (Integer)": null,
  "_vagasDisponiveis (Integer)": null,
  "_descricaoTipoAtividadeComplementar (String)": null,
  "_isPertencePacoteDesconto (boolean)": false,
  "_isEmConflito (boolean)": false,
  "_isSelecionada (boolean)": false,
  "_motivoConflito (String)": null,
  "id_org (Integer)": null
}
Eventos - Consultar Eventos

Lista todos os eventos da instituição podendo também filtrá-los por status.
Método: POST
Resposta: JSON/XML

Parâmetro Obrigatório Tipo Descrição
token Sim java.lang.String Token do usuário
format Sim java.lang.String Formato do retorno (JSON/XML)
idOrg Não java.lang.Integer Código da instituição
status Não java.lang.String Status do Evento (AGUARDANDO, ATIVO, CANCELADO, ENCERRADO)

URIs de acesso

http://187.60.217.18:8080/academico/api/v1/eventos/

Formato do objeto de retorno

{
  "idEvento (Integer)": null,
  "titulo (String)": null,
  "descricao (String)": null,
  "tema (String)": null,
  "dataInicio (Timestamp)": null,
  "dataTermino (Timestamp)": null,
  "dataInicioInscricao (Timestamp)": null,
  "dataTerminoInscricao (Timestamp)": null,
  "permitirInscricaoPelaWEB (Integer)": null,
  "diasCarenciaVencimento (Integer)": null,
  "utilizarDataFixaVencimentoBoleto (Integer)": null,
  "diasVencimentoBoleto (Integer)": null,
  "dataVencimentoBoleto (Date)": null,
  "inscricaoGratuita (Integer)": null,
  "valorInscricao (Double)": null,
  "quantidadeVagas (Integer)": null,
  "aplicaConvenioSobreTransacao (Integer)": null,
  "dataInicioImpressaoCertificado (Timestamp)": null,
  "dataTerminoImpressaoCertificado (Timestamp)": null,
  "permitirImpressaoCertificadoPelaWeb (Integer)": null,
  "utilizaControleDocumentos (Integer)": null,
  "cargaHoraria (Integer)": null,
  "templateCertificado (String)": null,
  "status (String)": null,
  "website (String)": null,
  "localizacao (String)": null,
  "tipoDesconto (String)": null,
  "geraHoraAtividadePorEventoAtividade (Integer)": null,
  "idTipoAtividadeComplementar (Integer)": null,
  "instrucoesInscrito (String)": null,
  "idCursoBase (Integer)": null,
  "idTipoProcessoSeletivo (Integer)": null,
  "idDocumentoCertificado (Integer)": null,
  "_quantidadeInscritos (Integer)": null,
  "_idCliente (Integer)": null,
  "_temAtividadeObrigatoriaIndisponivel (Integer)": null,
  "_descricaoTipoAtividadeComplementar (String)": null,
  "_cursoBase (String)": null,
  "_cargaHorariaAtividades (Integer)": null,
  "idMetodoRecebimento (Integer)": null,
  "meioPagamento (String)": null,
  "idCartaoCreditoGateway (Integer)": null,
  "id_org (Integer)": null
}
Eventos - Consultar Palestrantes

Lista todos os perfis dos palestrantes da instituição.
Método: POST
Resposta: JSON/XML

Parâmetro Obrigatório Tipo Descrição
token Sim java.lang.String Token do usuário
format Sim java.lang.String Formato do retorno (JSON/XML)

URIs de acesso

http://187.60.217.18:8080/academico/api/v1/eventos/palestrantes/

Formato do objeto de retorno

{
  "idPalestrante (Integer)": null,
  "idPerfil (Integer)": null,
  "formacao (String)": null,
  "titulacao (String)": null,
  "status (String)": null,
  "_nomePalestrante (String)": null,
  "_cpfPalestrante (String)": null,
  "_emailPalestrante (String)": null,
  "_fonePalestrante (String)": null,
  "_celularPalestrante (String)": null,
  "id_org (Integer)": null
}