voltar

API Referências: Projeto | Consultar

post /api/Projeto/Consultar?token=[SEU-TOKEN-SECRETO]&json=[JSON]

Request

Querystring parameters names Type
token string required
json

{
     Hash: varchar,
}

json required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json
{
     [
          AcessoLiberado: text,
          Alteracao: datetime,
          Arquivado: bit,
          Autonumeracao: int,
          AutonumeracaoEmpresa: int,
          Cadastro: datetime,
          Categoria: int,
          Cliente: uniqueidentifier,
          Conclusao: smalldatetime,
          Descricao: text,
          DescricaoFeedback: string,
          Empresa: uniqueidentifier,
          Hash: uniqueidentifier,
          IndiceEvolucao: int,
          Inicio: smalldatetime,
          InicioReal: smalldatetime,
          Notificavel: bit,
          ObservacoesAdicionais: text,
          Privado: bit,
          ProjetoParent: uniqueidentifier,
          Responsavel: uniqueidentifier,
          StatusWorkflow: uniqueidentifier,
          Termino: smalldatetime,
          Titulo: string,
          UsuarioAlteracao: uniqueidentifier,
          UsuarioAlteracaoDescricao: string,
          UsuarioAlteracaoEmail: string,
          UsuarioCriacao: uniqueidentifier,
          UsuarioCriacaoDescricao: string,
          UsuarioCriacaoEmail: string,
          VirtualHistorico: text,
          VirtualResponsavel: text,
          WorkflowConcluido: smalldatetime,
     ]
}

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: Projeto | Excluir

post /api/Projeto/Excluir?token=[SEU-TOKEN-SECRETO]&Hash=[Hash]

Request

Querystring parameters names Type
token string required
Hash guid required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json null

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: Projeto | Listar

post /api/Projeto/Listar?token=[SEU-TOKEN-SECRETO]

Request

Querystring parameters names Type
token string required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json
{
     [
          AcessoLiberado: text,
          Alteracao: datetime,
          Arquivado: bit,
          Autonumeracao: int,
          AutonumeracaoEmpresa: int,
          Cadastro: datetime,
          Categoria: int,
          Cliente: uniqueidentifier,
          Conclusao: smalldatetime,
          Descricao: text,
          DescricaoFeedback: string,
          Empresa: uniqueidentifier,
          Hash: uniqueidentifier,
          IndiceEvolucao: int,
          Inicio: smalldatetime,
          InicioReal: smalldatetime,
          Notificavel: bit,
          ObservacoesAdicionais: text,
          Privado: bit,
          ProjetoParent: uniqueidentifier,
          Responsavel: uniqueidentifier,
          StatusWorkflow: uniqueidentifier,
          Termino: smalldatetime,
          Titulo: string,
          UsuarioAlteracao: uniqueidentifier,
          UsuarioCriacao: uniqueidentifier,
          VirtualHistorico: text,
          VirtualResponsavel: text,
          WorkflowConcluido: smalldatetime,
     ]
}

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: Projeto | Salvar

post /api/Projeto/Salvar?token=[SEU-TOKEN-SECRETO]&json=[JSON]

Request

Querystring parameters names Type
token string required
json

{
     AcessoLiberado: text,
     Arquivado: bit,
     CamposAtualizados: nvarchar,
     Categoria: int,
     Cliente: uniqueidentifier,
     Conclusao: smalldatetime,
     ConsultarPorCampo: varchar,
     Descricao: text,
     DescricaoFeedback: varchar,
     Empresa: varchar,
     Hash: varchar,
     HashAplicado: uniqueidentifier,
     IndiceEvolucao: int,
     Inicio: smalldatetime,
     InicioReal: smalldatetime,
     Modo: varchar,
     Notificavel: bit,
     ObservacoesAdicionais: text,
     Privado: bit,
     ProjetoParent: uniqueidentifier,
     Responsavel: uniqueidentifier,
     RetornarDataSet: bit,
     StatusWorkflow: uniqueidentifier,
     Termino: smalldatetime,
     Titulo: varchar,
     UsuarioAlteracao: uniqueidentifier,
     UsuarioCriacao: uniqueidentifier,
     ValorConsultaPorCampo: varchar,
     VirtualHistorico: text,
     VirtualResponsavel: text,
     WorkflowConcluido: smalldatetime,
}

json required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json Consultar: https://api.tempbox.com.br/referencias/projeto?key=Consultar

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: Projeto | ListarRelatorioPrincipal

post /api/Projeto/ListarRelatorioPrincipal?token=[SEU-TOKEN-SECRETO]&json=[JSON]

Request

Querystring parameters names Type
token string required
json

{
     Empresa: varchar,
     Usuario: varchar,
}

json required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json
{
     [
          AutonumeracaoEmpresa: int,
          Cliente: string,
          ClienteValor: uniqueidentifier,
          Hash: uniqueidentifier,
          ImagemAvatar: string,
          IndiceEvolucao: int,
          Inicio: smalldatetime,
          InicioReal: smalldatetime,
          Projeto: uniqueidentifier,
          Responsavel: string,
          ResponsavelValor: uniqueidentifier,
          Status: string,
          StatusWorkflow: string,
          StatusWorkflow: string,
          StatusWorkflowValor: uniqueidentifier,
          Termino: smalldatetime,
          Titulo: string,
          Usuario: string,
          WorkflowConcluido: smalldatetime,
          WorkflowConcluido: string,
     ]
}

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: Projeto | ProjetosArquivadosListarRelatorioPrincipal

post /api/Projeto/ProjetosArquivadosListarRelatorioPrincipal?token=[SEU-TOKEN-SECRETO]&json=[JSON]

Request

Querystring parameters names Type
token string required
json

{
     Empresa: varchar,
     Usuario: varchar,
}

json required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json
{
     [
          AutonumeracaoEmpresa: int,
          Cliente: string,
          ClienteValor: uniqueidentifier,
          Hash: uniqueidentifier,
          ImagemAvatar: string,
          IndiceEvolucao: int,
          Inicio: smalldatetime,
          InicioReal: smalldatetime,
          Projeto: uniqueidentifier,
          Responsavel: string,
          ResponsavelValor: uniqueidentifier,
          Status: string,
          StatusWorkflow: string,
          StatusWorkflow: string,
          StatusWorkflowValor: uniqueidentifier,
          Termino: smalldatetime,
          Titulo: string,
          Usuario: string,
          WorkflowConcluido: smalldatetime,
          WorkflowConcluido: string,
     ]
}

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: Projeto | ProjetosConcluidosListarRelatorioPrincipal

post /api/Projeto/ProjetosConcluidosListarRelatorioPrincipal?token=[SEU-TOKEN-SECRETO]&json=[JSON]

Request

Querystring parameters names Type
token string required
json

{
     Empresa: varchar,
     Usuario: varchar,
}

json required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json
{
     [
          _IdCliente: uniqueidentifier,
          _IdResponsavel: uniqueidentifier,
          _IdStatusWorkflow: uniqueidentifier,
          AutonumeracaoEmpresa: int,
          Cliente: string,
          Hash: uniqueidentifier,
          ImagemAvatar: string,
          IndiceEvolucao: int,
          Inicio: smalldatetime,
          InicioReal: smalldatetime,
          Projeto: uniqueidentifier,
          Responsavel: string,
          Status: string,
          StatusWorkflow: string,
          StatusWorkflow: string,
          Termino: smalldatetime,
          Titulo: string,
          Usuario: string,
          WorkflowConcluido: smalldatetime,
          WorkflowConcluido: string,
     ]
}

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: Projeto | ProjetosTodosListarRelatorioPrincipal

post /api/Projeto/ProjetosTodosListarRelatorioPrincipal?token=[SEU-TOKEN-SECRETO]&json=[JSON]

Request

Querystring parameters names Type
token string required
json

{
     Empresa: varchar,
     Usuario: varchar,
}

json required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json
{
     [
          _IdCliente: uniqueidentifier,
          _IdResponsavel: uniqueidentifier,
          _IdStatusWorkflow: uniqueidentifier,
          AutonumeracaoEmpresa: int,
          Cliente: string,
          Hash: uniqueidentifier,
          ImagemAvatar: string,
          IndiceEvolucao: int,
          Inicio: smalldatetime,
          InicioReal: smalldatetime,
          Projeto: uniqueidentifier,
          Responsavel: string,
          Status: string,
          StatusWorkflow: string,
          StatusWorkflow: string,
          Termino: smalldatetime,
          Titulo: string,
          Usuario: string,
          WorkflowConcluido: smalldatetime,
          WorkflowConcluido: string,
     ]
}

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token

API Referências: Projeto | RelatorioTimelogEstimativaRealizadoPorProjetoListarRelatorioPrincipal

post /api/Projeto/RelatorioTimelogEstimativaRealizadoPorProjetoListarRelatorioPrincipal?token=[SEU-TOKEN-SECRETO]&json=[JSON]

Request

Querystring parameters names Type
token string required
json

{
     Empresa: varchar,
     Usuario: varchar,
}

json required

Response


HttpResponse: OK
Property Type Default response
Status string ok
Code int 200
Success boolean true
Data

array json null

HttpResponse: Error
Property Type Default response
Status string error
Code int 500
Success boolean false
Data array json null

HttpResponse: Unauthorized
Property Type Default response
Status string error
Code int 401
Success boolean false
Data array json null
Message string Invalid token