Skip to content

Obter os detalhes completos de um lote de autorização pelo ID

GET
/api/v2/autoriza-lotes/{loteId}

Authorizations

Parameters

Path Parameters

loteId
required
integer format: int64

ID do lote

Responses

200

Detalhes do lote

object
sucesso
boolean
erros
Array<string>
nullable
data
object
id
integer format: int64
usuarioCriadorNome
string
nullable
dataCriacao
string
nullable
dataInicioExecucao
string
nullable
status
string
Allowed values: EmAnalise NaoIniciadoComPendencias NaoIniciadoSemPendencias EmProgresso EmPausa Concluido Abandonado
totalItens
integer format: int32
itensConcluidos
integer format: int32
itensAbandonados
integer format: int32
criticas
Array<object>
nullable
object
id
integer format: int64
posicaoItem
integer format: int32
mensagem
string
nullable
criadoEm
string
nullable
jobs
Array<object>
nullable
object
id
integer format: int64
loteId
integer format: int64
credencialId
string format: uuid
nomeCredencial
string
nullable
guiaId
string format: uuid
nullable
carteira
string
nullable
inicioExecucao
string
nullable
status
string
Allowed values: Enfileirado EmProgresso EmPausa Concluido Abandonado
podePausar
boolean
podeAbandonar
boolean
quantidadeAnexos
integer format: int32
podeContinuar
boolean
podeAnexar
boolean
podeExcluir
boolean
podeEditar
boolean
podeIniciar
boolean
podePausar
boolean
podeAbandonar
boolean
podeContinuar
boolean

400

Erro na requisição

object
mensagens
Array<string>
nullable

404

Lote não encontrado

500

Erro interno