Skip to content

Listar os lotes de contas a anexar arquivos

GET
/api/v2/contas-medicas

Authorizations

Parameters

Query Parameters

PageNumber
integer format: int32
PageSize
integer format: int32

Responses

200

Listar as credenciais do cliente

object
sucesso
boolean
erros
Array<string>
nullable
data
object
pageIndex
integer format: int32
totalPages
integer format: int32
totalItems
integer format: int32
hasPreviousPage
boolean
previousPageIndex
integer format: int32
hasNextPage
boolean
nextPageIndex
integer format: int32
items
Array<object>
nullable
object
id
integer format: int64
nullable
credencialId
string format: uuid
nullable
nomeCredencial
string
nullable
nomeOriginal
string
nullable
numeroLote
string
nullable
numeroProtocolo
string
nullable
usuarioId
string format: uuid
criadoPor
string
nullable
quantidadeGuias
integer format: int32
itensConcluidos
integer format: int32
status
string
Allowed values: EmAnalise NaoIniciadoComPendencias NaoIniciadoSemPendencias EmProgresso Enviando EmPausa Concluido
possuiRecibo
boolean
podeRevalidar
boolean
podeIniciar
boolean
podePausar
boolean
podeExcluir
boolean
dataInclusao
string format: date-time

400

Erro durante a requisição. Retorna mensagens de erro de validação

object
mensagens
Array<string>
nullable

500

Server Error