Skip to content

Relatório 4 - Colaboradores e acessos configurados

POST
/api/v2/relatorios/acessos-colaboradores

Authorizations

Request Body

object
pageNumber
integer format: int32
pageSize
integer format: int32
mes
string
nullable
ano
string
nullable
tipoArquivo
string
Allowed values: EXCEL CSV
relatorio
string
Allowed values: Relatorio1 Relatorio2 Relatorio3 Relatorio4 Relatorio5 Relatorio6 Relatorio7

Responses

200

Relatório 4 - Colaboradores e acessos configurados

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
unidade
string
nullable
nome
string
nullable
login
string
nullable
perfil
string
nullable
convenio
string
nullable
logou
string
nullable

204

NoContent

400

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

object
mensagens
Array<string>
nullable

500

Server Error