Skip to content

Listar profissionais executantes

GET
/api/v2/profissionais

Authorizations

Parameters

Query Parameters

Busca
string
Situacao
string
Allowed values: Todos Ativos Inativos
PageNumber
integer format: int32
PageSize
integer format: int32

Responses

200

Lista paginada de profissionais

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
string format: uuid
nome
string
nullable
cpfCnpj
string
nullable
conselho
object
siglaConselho
string
nullable
nomeConselho
string
nullable
ufConselho
string
nullable
numeroRegistro
string
nullable
executantePadrao
boolean
ativo
boolean

400

Erro de validação

object
mensagens
Array<string>
nullable

500

Erro interno