Skip to content

Obter profissional completo por ID

GET
/api/v2/profissionais/{profissionalId}

Authorizations

Parameters

Path Parameters

profissionalId
required
string format: uuid

ID do profissional

Responses

200

Profissional encontrado

object
sucesso
boolean
erros
Array<string>
nullable
data
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
cbo
object
id
string format: uuid
codigo
string
nullable
descricao
string
nullable
situacao
string
nullable
especialidades
Array<object>
nullable
object
id
integer format: int32
descricao
string
nullable
padrao
boolean
executantePadrao
boolean
ativo
boolean
updatedAt
string format: date-time
createdAt
string format: date-time

400

Erro de validação

object
mensagens
Array<string>
nullable

404

Profissional não encontrado

500

Erro interno